Shades of Pompadour #72154A
Tints of Pompadour #72154A
RGB
CMYK
RGB Variations
Color information
#72154A (or 0x72154A) is known color: Pompadour. HEX triplet: 72, 15 and 4A. RGB value is (114,21,74). Sum of RGB (Red+Green+Blue) = 114+21+74=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72154A is #8DEAB5. Grayscale: #363636. Windows color (decimal): -9300662 or 4855154. OLE color: 4855154.
HSL color Cylindrical-coordinate representation of color #72154A: hue angle of 325.81º 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 #72154A is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 74 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.55 |
| HSL | 325.81º | 0.69% | 0.26% | - |
| HSV(B) | 325.81º | 0.82% | 0.45% | - |
| XYZ | 8.44 | 4.61 | 6.92 | - |
| YUV | 54.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 74 | 0 | 0.82 | 0.35 | 0.55 | 325.81 | 0.69 | 0.26 |
| Hex | 72 | 15 | 4A | 0 | 52 | 23 | 37 | 146 | 45 | 1A |
| Octal | 162 | 25 | 112 | 0 | 122 | 43 | 67 | 506 | 105 | 32 |
| Binary | 1110010 | 10101 | 1001010 | 0 | 1010010 | 100011 | 110111 | 101000110 | 1000101 | 11010 |
Color Harmonies of #72154A
Complementary color
Monochromatic Colors of #72154A
Black with #72154A
Text Example
Text Example
White with #72154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72154A; }
p { color: rgb(114,21,74); }
H1.HeaderClassName
{
color: #72154A;
}
.AnyTagClassName
{
color: #72154A;
}
</style>
background-color css
<style>
a { background-color: #72154A; }
a { background-color: rgb(114,21,74); }
div.DivClassName
{
background-color: #72154A;
}
.BgClassName
{
background-color: #72154A;
}
</style>
border-color css
<style>
span { border-color: #72154A; }
span { border-color: rgb(114,21,74); }
td.TdClassName
{
border-color: #72154A;
}
.TagClassName
{
border-color: #72154A;
}
</style>