Shades of Pompadour #72134C
Tints of Pompadour #72134C
RGB
CMYK
RGB Variations
Color information
#72134C (or 0x72134C) is known color: Pompadour. HEX triplet: 72, 13 and 4C. RGB value is (114,19,76). Sum of RGB (Red+Green+Blue) = 114+19+76=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72134C is #8DECB3. Grayscale: #353535. Windows color (decimal): -9301172 or 4985714. OLE color: 4985714.
HSL color Cylindrical-coordinate representation of color #72134C: hue angle of 324º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72134C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 76 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.55 |
| HSL | 324º | 0.71% | 0.26% | - |
| HSV(B) | 324º | 0.83% | 0.45% | - |
| XYZ | 8.48 | 4.56 | 7.27 | - |
| YUV | 53.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 76 | 0 | 0.83 | 0.33 | 0.55 | 324 | 0.71 | 0.26 |
| Hex | 72 | 13 | 4C | 0 | 53 | 21 | 37 | 144 | 47 | 1A |
| Octal | 162 | 23 | 114 | 0 | 123 | 41 | 67 | 504 | 107 | 32 |
| Binary | 1110010 | 10011 | 1001100 | 0 | 1010011 | 100001 | 110111 | 101000100 | 1000111 | 11010 |
Color Harmonies of #72134C
Complementary color
Monochromatic Colors of #72134C
Black with #72134C
Text Example
Text Example
White with #72134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72134C; }
p { color: rgb(114,19,76); }
H1.HeaderClassName
{
color: #72134C;
}
.AnyTagClassName
{
color: #72134C;
}
</style>
background-color css
<style>
a { background-color: #72134C; }
a { background-color: rgb(114,19,76); }
div.DivClassName
{
background-color: #72134C;
}
.BgClassName
{
background-color: #72134C;
}
</style>
border-color css
<style>
span { border-color: #72134C; }
span { border-color: rgb(114,19,76); }
td.TdClassName
{
border-color: #72134C;
}
.TagClassName
{
border-color: #72134C;
}
</style>