Shades of Pompadour #721E42
Tints of Pompadour #721E42
RGB
CMYK
RGB Variations
Color information
#721E42 (or 0x721E42) is known color: Pompadour. HEX triplet: 72, 1E and 42. RGB value is (114,30,66). Sum of RGB (Red+Green+Blue) = 114+30+66=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #721E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E42 is #8DE1BD. Grayscale: #3B3B3B. Windows color (decimal): -9298366 or 4333170. OLE color: 4333170.
HSL color Cylindrical-coordinate representation of color #721E42: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E42 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 66 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.55 |
| HSL | 334.29º | 0.58% | 0.28% | - |
| HSV(B) | 334.29º | 0.74% | 0.45% | - |
| XYZ | 8.39 | 4.9 | 5.66 | - |
| YUV | 59.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 66 | 0 | 0.74 | 0.42 | 0.55 | 334.29 | 0.58 | 0.28 |
| Hex | 72 | 1E | 42 | 0 | 4A | 2A | 37 | 14E | 3A | 1C |
| Octal | 162 | 36 | 102 | 0 | 112 | 52 | 67 | 516 | 72 | 34 |
| Binary | 1110010 | 11110 | 1000010 | 0 | 1001010 | 101010 | 110111 | 101001110 | 111010 | 11100 |
Color Harmonies of #721E42
Complementary color
Monochromatic Colors of #721E42
Black with #721E42
Text Example
Text Example
White with #721E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E42; }
p { color: rgb(114,30,66); }
H1.HeaderClassName
{
color: #721E42;
}
.AnyTagClassName
{
color: #721E42;
}
</style>
background-color css
<style>
a { background-color: #721E42; }
a { background-color: rgb(114,30,66); }
div.DivClassName
{
background-color: #721E42;
}
.BgClassName
{
background-color: #721E42;
}
</style>
border-color css
<style>
span { border-color: #721E42; }
span { border-color: rgb(114,30,66); }
td.TdClassName
{
border-color: #721E42;
}
.TagClassName
{
border-color: #721E42;
}
</style>