Shades of Pompadour #72264E
Tints of Pompadour #72264E
RGB
CMYK
RGB Variations
Color information
#72264E (or 0x72264E) is known color: Pompadour. HEX triplet: 72, 26 and 4E. RGB value is (114,38,78). Sum of RGB (Red+Green+Blue) = 114+38+78=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72264E is #8DD9B1. Grayscale: #414141. Windows color (decimal): -9296306 or 5121650. OLE color: 5121650.
HSL color Cylindrical-coordinate representation of color #72264E: hue angle of 328.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72264E is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 78 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.55 |
| HSL | 328.42º | 0.5% | 0.3% | - |
| HSV(B) | 328.42º | 0.67% | 0.45% | - |
| XYZ | 9.01 | 5.51 | 7.8 | - |
| YUV | 65.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 78 | 0 | 0.67 | 0.32 | 0.55 | 328.42 | 0.5 | 0.3 |
| Hex | 72 | 26 | 4E | 0 | 43 | 20 | 37 | 148 | 32 | 1E |
| Octal | 162 | 46 | 116 | 0 | 103 | 40 | 67 | 510 | 62 | 36 |
| Binary | 1110010 | 100110 | 1001110 | 0 | 1000011 | 100000 | 110111 | 101001000 | 110010 | 11110 |
Color Harmonies of #72264E
Complementary color
Monochromatic Colors of #72264E
Black with #72264E
Text Example
Text Example
White with #72264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72264E; }
p { color: rgb(114,38,78); }
H1.HeaderClassName
{
color: #72264E;
}
.AnyTagClassName
{
color: #72264E;
}
</style>
background-color css
<style>
a { background-color: #72264E; }
a { background-color: rgb(114,38,78); }
div.DivClassName
{
background-color: #72264E;
}
.BgClassName
{
background-color: #72264E;
}
</style>
border-color css
<style>
span { border-color: #72264E; }
span { border-color: rgb(114,38,78); }
td.TdClassName
{
border-color: #72264E;
}
.TagClassName
{
border-color: #72264E;
}
</style>