#571624
A dark, moderate red closely aligning with Brown.
About #571624
The precise color #571624 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 22, and 36.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 75% M, 59% Y, and 66% K. The HSL representation is 347.1° hue, 59.6% saturation, and 21.4% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#571624
RGB87, 22, 36
HSL347.1°, 59.6%, 21.4%
CMYK0%, 75%, 59%, 66%
HSV347.1°, 74.7%, 34.1%
LAB18.9, 30.9, 7.8
XYZ4.5, 2.7, 2.0
Decimal5707300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.59:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.99:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571624;
}
.text-color {
color: #571624;
}
.border-color {
border: 2px solid #571624;
}