Shades of Pompadour #72204E
Tints of Pompadour #72204E
RGB
CMYK
RGB Variations
Color information
#72204E (or 0x72204E) is known color: Pompadour. HEX triplet: 72, 20 and 4E. RGB value is (114,32,78). Sum of RGB (Red+Green+Blue) = 114+32+78=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72204E is #8DDFB1. Grayscale: #3D3D3D. Windows color (decimal): -9297842 or 5120114. OLE color: 5120114.
HSL color Cylindrical-coordinate representation of color #72204E: hue angle of 326.34º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72204E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 78 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.55 |
| HSL | 326.34º | 0.56% | 0.29% | - |
| HSV(B) | 326.34º | 0.72% | 0.45% | - |
| XYZ | 8.83 | 5.16 | 7.74 | - |
| YUV | 61.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 78 | 0 | 0.72 | 0.32 | 0.55 | 326.34 | 0.56 | 0.29 |
| Hex | 72 | 20 | 4E | 0 | 48 | 20 | 37 | 146 | 38 | 1D |
| Octal | 162 | 40 | 116 | 0 | 110 | 40 | 67 | 506 | 70 | 35 |
| Binary | 1110010 | 100000 | 1001110 | 0 | 1001000 | 100000 | 110111 | 101000110 | 111000 | 11101 |
Color Harmonies of #72204E
Complementary color
Monochromatic Colors of #72204E
Black with #72204E
Text Example
Text Example
White with #72204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72204E; }
p { color: rgb(114,32,78); }
H1.HeaderClassName
{
color: #72204E;
}
.AnyTagClassName
{
color: #72204E;
}
</style>
background-color css
<style>
a { background-color: #72204E; }
a { background-color: rgb(114,32,78); }
div.DivClassName
{
background-color: #72204E;
}
.BgClassName
{
background-color: #72204E;
}
</style>
border-color css
<style>
span { border-color: #72204E; }
span { border-color: rgb(114,32,78); }
td.TdClassName
{
border-color: #72204E;
}
.TagClassName
{
border-color: #72204E;
}
</style>