Shades of Pompadour #72184A
Tints of Pompadour #72184A
RGB
CMYK
RGB Variations
Color information
#72184A (or 0x72184A) is known color: Pompadour. HEX triplet: 72, 18 and 4A. RGB value is (114,24,74). Sum of RGB (Red+Green+Blue) = 114+24+74=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72184A is #8DE7B5. Grayscale: #383838. Windows color (decimal): -9299894 or 4855922. OLE color: 4855922.
HSL color Cylindrical-coordinate representation of color #72184A: hue angle of 326.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72184A is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 74 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.55 |
| HSL | 326.67º | 0.65% | 0.27% | - |
| HSV(B) | 326.67º | 0.79% | 0.45% | - |
| XYZ | 8.5 | 4.73 | 6.94 | - |
| YUV | 56.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 74 | 0 | 0.79 | 0.35 | 0.55 | 326.67 | 0.65 | 0.27 |
| Hex | 72 | 18 | 4A | 0 | 4F | 23 | 37 | 147 | 41 | 1B |
| Octal | 162 | 30 | 112 | 0 | 117 | 43 | 67 | 507 | 101 | 33 |
| Binary | 1110010 | 11000 | 1001010 | 0 | 1001111 | 100011 | 110111 | 101000111 | 1000001 | 11011 |
Color Harmonies of #72184A
Complementary color
Monochromatic Colors of #72184A
Black with #72184A
Text Example
Text Example
White with #72184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72184A; }
p { color: rgb(114,24,74); }
H1.HeaderClassName
{
color: #72184A;
}
.AnyTagClassName
{
color: #72184A;
}
</style>
background-color css
<style>
a { background-color: #72184A; }
a { background-color: rgb(114,24,74); }
div.DivClassName
{
background-color: #72184A;
}
.BgClassName
{
background-color: #72184A;
}
</style>
border-color css
<style>
span { border-color: #72184A; }
span { border-color: rgb(114,24,74); }
td.TdClassName
{
border-color: #72184A;
}
.TagClassName
{
border-color: #72184A;
}
</style>