#752433
A dark, moderate red closely aligning with Brown.
About #752433
Visually, #752433 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Brown. Its digital footprint relies on 117 parts red, 36 parts green, and 51 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 69% magenta, 56% yellow, and 54% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#752433
RGB117, 36, 51
HSL348.9°, 52.9%, 30.0%
CMYK0%, 69%, 56%, 54%
HSV348.9°, 69.2%, 45.9%
LAB27.5, 36.6, 10.3
XYZ8.6, 5.3, 3.7
Decimal7676979
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.21:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.76:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #752433;
}
.text-color {
color: #752433;
}
.border-color {
border: 2px solid #752433;
}