#99333A
A medium, moderate red closely aligning with Brown.
About #99333A
At its core, #99333A is a medium and moderate hue. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 153 red, 51 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99333A
RGB153, 51, 58
HSL355.9°, 50.0%, 40.0%
CMYK0%, 67%, 62%, 40%
HSV355.9°, 66.7%, 60.0%
LAB36.8, 43.0, 19.3
XYZ15.1, 9.4, 5.0
Decimal10040122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.27:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.95:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99333A;
}
.text-color {
color: #99333A;
}
.border-color {
border: 2px solid #99333A;
}