#920F33
A dark, vivid magenta closely aligning with Brown.
About #920F33
At its core, #920F33 is a dark and vivid hue. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 15, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 90% Magenta, 65% Yellow, and 43% Black. The HSL representation is 343.5° hue, 81.4% saturation, and 31.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#920F33
RGB146, 15, 51
HSL343.5°, 81.4%, 31.6%
CMYK0%, 90%, 65%, 43%
HSV343.5°, 89.7%, 57.3%
LAB31.1, 52.1, 16.1
XYZ12.6, 6.7, 3.8
Decimal9572147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.98:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.58:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F33;
}
.text-color {
color: #920F33;
}
.border-color {
border: 2px solid #920F33;
}