#5F162C
A dark, moderate magenta closely aligning with Brown.
About #5F162C
At its core, #5F162C is a dark and moderate hue. Its closest recognized web color is Brown. This translates to an RGB value of rgb(95, 22, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 77% Magenta, 54% Yellow, and 63% Black. With a hue angle of 341.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#5F162C
RGB95, 22, 44
HSL341.9°, 62.4%, 22.9%
CMYK0%, 77%, 54%, 63%
HSV341.9°, 76.8%, 37.3%
LAB20.8, 34.4, 5.0
XYZ5.5, 3.2, 2.7
Decimal6231596
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.82:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.26:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F162C;
}
.text-color {
color: #5F162C;
}
.border-color {
border: 2px solid #5F162C;
}