Shades of Pompadour #721E45
Tints of Pompadour #721E45
RGB
CMYK
RGB Variations
Color information
#721E45 (or 0x721E45) is known color: Pompadour. HEX triplet: 72, 1E and 45. RGB value is (114,30,69). Sum of RGB (Red+Green+Blue) = 114+30+69=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E45 is #8DE1BA. Grayscale: #3B3B3B. Windows color (decimal): -9298363 or 4529778. OLE color: 4529778.
HSL color Cylindrical-coordinate representation of color #721E45: hue angle of 332.14º 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 #721E45 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 69 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.55 |
| HSL | 332.14º | 0.58% | 0.28% | - |
| HSV(B) | 332.14º | 0.74% | 0.45% | - |
| XYZ | 8.48 | 4.94 | 6.14 | - |
| YUV | 59.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 69 | 0 | 0.74 | 0.39 | 0.55 | 332.14 | 0.58 | 0.28 |
| Hex | 72 | 1E | 45 | 0 | 4A | 27 | 37 | 14C | 3A | 1C |
| Octal | 162 | 36 | 105 | 0 | 112 | 47 | 67 | 514 | 72 | 34 |
| Binary | 1110010 | 11110 | 1000101 | 0 | 1001010 | 100111 | 110111 | 101001100 | 111010 | 11100 |
Color Harmonies of #721E45
Complementary color
Monochromatic Colors of #721E45
Black with #721E45
Text Example
Text Example
White with #721E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E45; }
p { color: rgb(114,30,69); }
H1.HeaderClassName
{
color: #721E45;
}
.AnyTagClassName
{
color: #721E45;
}
</style>
background-color css
<style>
a { background-color: #721E45; }
a { background-color: rgb(114,30,69); }
div.DivClassName
{
background-color: #721E45;
}
.BgClassName
{
background-color: #721E45;
}
</style>
border-color css
<style>
span { border-color: #721E45; }
span { border-color: rgb(114,30,69); }
td.TdClassName
{
border-color: #721E45;
}
.TagClassName
{
border-color: #721E45;
}
</style>