Shades of Pompadour #72134F
Tints of Pompadour #72134F
RGB
CMYK
RGB Variations
Color information
#72134F (or 0x72134F) is known color: Pompadour. HEX triplet: 72, 13 and 4F. RGB value is (114,19,79). Sum of RGB (Red+Green+Blue) = 114+19+79=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72134F is #8DECB0. Grayscale: #363636. Windows color (decimal): -9301169 or 5182322. OLE color: 5182322.
HSL color Cylindrical-coordinate representation of color #72134F: hue angle of 322.11º 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 #72134F is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 79 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.55 |
| HSL | 322.11º | 0.71% | 0.26% | - |
| HSV(B) | 322.11º | 0.83% | 0.45% | - |
| XYZ | 8.58 | 4.61 | 7.83 | - |
| YUV | 54.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 79 | 0 | 0.83 | 0.31 | 0.55 | 322.11 | 0.71 | 0.26 |
| Hex | 72 | 13 | 4F | 0 | 53 | 1F | 37 | 142 | 47 | 1A |
| Octal | 162 | 23 | 117 | 0 | 123 | 37 | 67 | 502 | 107 | 32 |
| Binary | 1110010 | 10011 | 1001111 | 0 | 1010011 | 11111 | 110111 | 101000010 | 1000111 | 11010 |
Color Harmonies of #72134F
Complementary color
Monochromatic Colors of #72134F
Black with #72134F
Text Example
Text Example
White with #72134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72134F; }
p { color: rgb(114,19,79); }
H1.HeaderClassName
{
color: #72134F;
}
.AnyTagClassName
{
color: #72134F;
}
</style>
background-color css
<style>
a { background-color: #72134F; }
a { background-color: rgb(114,19,79); }
div.DivClassName
{
background-color: #72134F;
}
.BgClassName
{
background-color: #72134F;
}
</style>
border-color css
<style>
span { border-color: #72134F; }
span { border-color: rgb(114,19,79); }
td.TdClassName
{
border-color: #72134F;
}
.TagClassName
{
border-color: #72134F;
}
</style>