Shades of Pompadour #72154E
Tints of Pompadour #72154E
RGB
CMYK
RGB Variations
Color information
#72154E (or 0x72154E) is known color: Pompadour. HEX triplet: 72, 15 and 4E. RGB value is (114,21,78). Sum of RGB (Red+Green+Blue) = 114+21+78=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72154E is #8DEAB1. Grayscale: #373737. Windows color (decimal): -9300658 or 5117298. OLE color: 5117298.
HSL color Cylindrical-coordinate representation of color #72154E: hue angle of 323.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72154E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 78 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.55 |
| HSL | 323.23º | 0.69% | 0.26% | - |
| HSV(B) | 323.23º | 0.82% | 0.45% | - |
| XYZ | 8.58 | 4.66 | 7.66 | - |
| YUV | 55.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 78 | 0 | 0.82 | 0.32 | 0.55 | 323.23 | 0.69 | 0.26 |
| Hex | 72 | 15 | 4E | 0 | 52 | 20 | 37 | 143 | 45 | 1A |
| Octal | 162 | 25 | 116 | 0 | 122 | 40 | 67 | 503 | 105 | 32 |
| Binary | 1110010 | 10101 | 1001110 | 0 | 1010010 | 100000 | 110111 | 101000011 | 1000101 | 11010 |
Color Harmonies of #72154E
Complementary color
Monochromatic Colors of #72154E
Black with #72154E
Text Example
Text Example
White with #72154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72154E; }
p { color: rgb(114,21,78); }
H1.HeaderClassName
{
color: #72154E;
}
.AnyTagClassName
{
color: #72154E;
}
</style>
background-color css
<style>
a { background-color: #72154E; }
a { background-color: rgb(114,21,78); }
div.DivClassName
{
background-color: #72154E;
}
.BgClassName
{
background-color: #72154E;
}
</style>
border-color css
<style>
span { border-color: #72154E; }
span { border-color: rgb(114,21,78); }
td.TdClassName
{
border-color: #72154E;
}
.TagClassName
{
border-color: #72154E;
}
</style>