colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "burgundy-vs-barn-red",
"type": "nearest",
"name": "Burgundy vs Barn Red",
"verdict": "Burgundy and Barn Red are visually related colors. Burgundy is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Burgundy and Barn Red are different red colors with HEX values #800020 and #7C0A02. According to Colors Encyclopedia, their RGB distance is 31.9, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 31.9,
"contrastRatio": 1.02,
"colors": [
{
"slug": "burgundy",
"name": "Burgundy",
"hex": "#800020",
"rgb": [
128,
0,
32
],
"hsl": [
345,
100,
25
],
"cmyk": [
0,
100,
75,
50
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0469,
"contrast": {
"black": 1.94,
"white": 10.84
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 10.84
},
"description": "Burgundy is #800020, a warm red color with balanced character. Compared with Barn Red, it is lighter and more saturated. Use it for branding accents, editorial palettes, and product design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/burgundy/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/burgundy.json"
},
{
"slug": "barn-red",
"name": "Barn Red",
"hex": "#7C0A02",
"rgb": [
124,
10,
2
],
"hsl": [
4,
97,
25
],
"cmyk": [
0,
92,
98,
51
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0451,
"contrast": {
"black": 1.9,
"white": 11.04
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 11.04
},
"description": "Barn Red is #7C0A02, a warm red color with balanced character. Compared with Burgundy, it is darker and less saturated. Use it for branding accents, editorial palettes, and product design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/barn-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/barn-red.json"
}
],
"differences": {
"rgbDistance": 31.9,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 341,
"saturation": 3,
"lightness": 0
},
"luminanceDelta": 0.0018,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Burgundy",
"moreSaturatedColor": "Burgundy"
},
"accessibility": {
"pairContrastRatio": 1.02,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Burgundy",
"background": "#800020",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 10.84
},
{
"color": "Barn Red",
"background": "#7C0A02",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 11.04
}
]
},
"useCases": {
"chooseFirstWhen": "Burgundy is better when the design needs balanced red character, warm temperature, and the specific HEX value #800020.",
"chooseSecondWhen": "Barn Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #7C0A02.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/burgundy-vs-barn-red.json",
"https://www.colorsencyclopedia.com/api/colors/burgundy.json",
"https://www.colorsencyclopedia.com/api/colors/barn-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/burgundy-vs-barn-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/burgundy-vs-barn-red.json"
}