#571D24
A dark, moderate red closely aligning with Brown.
About #571D24
When working with digital screens, the color #571D24 is rendered by mixing light. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 36.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 67% M, 59% Y, and 66% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#571D24
RGB87, 29, 36
HSL352.8°, 50.0%, 22.7%
CMYK0%, 67%, 59%, 66%
HSV352.8°, 66.7%, 34.1%
LAB20.2, 27.5, 9.5
XYZ4.7, 3.0, 2.0
Decimal5709092
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.07:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.49:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D24;
}
.text-color {
color: #571D24;
}
.border-color {
border: 2px solid #571D24;
}