#751D33
A dark, moderate red closely aligning with Brown.
About #751D33
The hex code #751D33 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 117 red, 29 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 75% Magenta, 56% Yellow, and 54% Black. With a hue angle of 345.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#751D33
RGB117, 29, 51
HSL345.0°, 60.3%, 28.6%
CMYK0%, 75%, 56%, 54%
HSV345.0°, 75.2%, 45.9%
LAB26.4, 39.5, 8.8
XYZ8.4, 4.9, 3.6
Decimal7675187
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.61:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.14:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751D33;
}
.text-color {
color: #751D33;
}
.border-color {
border: 2px solid #751D33;
}