#5F1D2C
A dark, moderate red closely aligning with Brown.
About #5F1D2C
The hex code #5F1D2C represents a beautifully specific shade of red. It is closely associated with the named CSS color Brown. Its digital footprint relies on 95 parts red, 29 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 69% M, 54% Y, and 63% K. The HSL representation is 346.4° hue, 53.2% saturation, and 24.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F1D2C
RGB95, 29, 44
HSL346.4°, 53.2%, 24.3%
CMYK0%, 69%, 54%, 63%
HSV346.4°, 69.5%, 37.3%
LAB21.9, 31.3, 6.6
XYZ5.6, 3.5, 2.8
Decimal6233388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.36:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.82:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D2C;
}
.text-color {
color: #5F1D2C;
}
.border-color {
border: 2px solid #5F1D2C;
}