#993333
A medium, moderate red closely aligning with Brown.
About #993333
At its core, #993333 is a medium and moderate hue. Its closest recognized web color is Brown. This translates to an RGB value of rgb(153, 51, 51).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 67% M, 67% Y, and 40% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#993333
RGB153, 51, 51
HSL0.0°, 50.0%, 40.0%
CMYK0%, 67%, 67%, 40%
HSV0.0°, 66.7%, 60.0%
LAB36.7, 42.5, 23.5
XYZ14.9, 9.4, 4.2
Decimal10040115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.30:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.98:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993333;
}
.text-color {
color: #993333;
}
.border-color {
border: 2px solid #993333;
}