#990F33
A dark, vivid magenta closely aligning with Brown.
About #990F33
The hex code #990F33 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(153, 15, 51).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 90% M, 67% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#990F33
RGB153, 15, 51
HSL344.3°, 82.1%, 32.9%
CMYK0%, 90%, 67%, 40%
HSV344.3°, 90.2%, 60.0%
LAB32.6, 54.0, 18.3
XYZ13.9, 7.4, 3.8
Decimal10030899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.50:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.12:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #990F33;
}
.text-color {
color: #990F33;
}
.border-color {
border: 2px solid #990F33;
}