Shades of Pompadour #72114E
Tints of Pompadour #72114E
RGB
CMYK
RGB Variations
Color information
#72114E (or 0x72114E) is known color: Pompadour. HEX triplet: 72, 11 and 4E. RGB value is (114,17,78). Sum of RGB (Red+Green+Blue) = 114+17+78=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72114E is #8DEEB1. Grayscale: #343434. Windows color (decimal): -9301682 or 5116274. OLE color: 5116274.
HSL color Cylindrical-coordinate representation of color #72114E: hue angle of 322.27º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72114E is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 78 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.55 |
| HSL | 322.27º | 0.74% | 0.26% | - |
| HSV(B) | 322.27º | 0.85% | 0.45% | - |
| XYZ | 8.52 | 4.53 | 7.63 | - |
| YUV | 52.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 78 | 0 | 0.85 | 0.32 | 0.55 | 322.27 | 0.74 | 0.26 |
| Hex | 72 | 11 | 4E | 0 | 55 | 20 | 37 | 142 | 4A | 1A |
| Octal | 162 | 21 | 116 | 0 | 125 | 40 | 67 | 502 | 112 | 32 |
| Binary | 1110010 | 10001 | 1001110 | 0 | 1010101 | 100000 | 110111 | 101000010 | 1001010 | 11010 |
Color Harmonies of #72114E
Complementary color
Monochromatic Colors of #72114E
Black with #72114E
Text Example
Text Example
White with #72114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72114E; }
p { color: rgb(114,17,78); }
H1.HeaderClassName
{
color: #72114E;
}
.AnyTagClassName
{
color: #72114E;
}
</style>
background-color css
<style>
a { background-color: #72114E; }
a { background-color: rgb(114,17,78); }
div.DivClassName
{
background-color: #72114E;
}
.BgClassName
{
background-color: #72114E;
}
</style>
border-color css
<style>
span { border-color: #72114E; }
span { border-color: rgb(114,17,78); }
td.TdClassName
{
border-color: #72114E;
}
.TagClassName
{
border-color: #72114E;
}
</style>