Shades of Pompadour #72244A
Tints of Pompadour #72244A
RGB
CMYK
RGB Variations
Color information
#72244A (or 0x72244A) is known color: Pompadour. HEX triplet: 72, 24 and 4A. RGB value is (114,36,74). Sum of RGB (Red+Green+Blue) = 114+36+74=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72244A is #8DDBB5. Grayscale: #3F3F3F. Windows color (decimal): -9296822 or 4858994. OLE color: 4858994.
HSL color Cylindrical-coordinate representation of color #72244A: hue angle of 330.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72244A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 74 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.55 |
| HSL | 330.77º | 0.52% | 0.29% | - |
| HSV(B) | 330.77º | 0.68% | 0.45% | - |
| XYZ | 8.81 | 5.33 | 7.04 | - |
| YUV | 63.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 74 | 0 | 0.68 | 0.35 | 0.55 | 330.77 | 0.52 | 0.29 |
| Hex | 72 | 24 | 4A | 0 | 44 | 23 | 37 | 14B | 34 | 1D |
| Octal | 162 | 44 | 112 | 0 | 104 | 43 | 67 | 513 | 64 | 35 |
| Binary | 1110010 | 100100 | 1001010 | 0 | 1000100 | 100011 | 110111 | 101001011 | 110100 | 11101 |
Color Harmonies of #72244A
Complementary color
Monochromatic Colors of #72244A
Black with #72244A
Text Example
Text Example
White with #72244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72244A; }
p { color: rgb(114,36,74); }
H1.HeaderClassName
{
color: #72244A;
}
.AnyTagClassName
{
color: #72244A;
}
</style>
background-color css
<style>
a { background-color: #72244A; }
a { background-color: rgb(114,36,74); }
div.DivClassName
{
background-color: #72244A;
}
.BgClassName
{
background-color: #72244A;
}
</style>
border-color css
<style>
span { border-color: #72244A; }
span { border-color: rgb(114,36,74); }
td.TdClassName
{
border-color: #72244A;
}
.TagClassName
{
border-color: #72244A;
}
</style>