Shades of Pompadour #721139
Tints of Pompadour #721139
RGB
CMYK
RGB Variations
Color information
#721139 (or 0x721139) is known color: Pompadour. HEX triplet: 72, 11 and 39. RGB value is (114,17,57). Sum of RGB (Red+Green+Blue) = 114+17+57=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721139 is #8DEEC6. Grayscale: #323232. Windows color (decimal): -9301703 or 3740018. OLE color: 3740018.
HSL color Cylindrical-coordinate representation of color #721139: hue angle of 335.26º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721139 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 57 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.55 |
| HSL | 335.26º | 0.74% | 0.26% | - |
| HSV(B) | 335.26º | 0.85% | 0.45% | - |
| XYZ | 7.88 | 4.27 | 4.28 | - |
| YUV | 50.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 57 | 0 | 0.85 | 0.50 | 0.55 | 335.26 | 0.74 | 0.26 |
| Hex | 72 | 11 | 39 | 0 | 55 | 32 | 37 | 14F | 4A | 1A |
| Octal | 162 | 21 | 71 | 0 | 125 | 62 | 67 | 517 | 112 | 32 |
| Binary | 1110010 | 10001 | 111001 | 0 | 1010101 | 110010 | 110111 | 101001111 | 1001010 | 11010 |
Color Harmonies of #721139
Complementary color
Monochromatic Colors of #721139
Black with #721139
Text Example
Text Example
White with #721139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721139; }
p { color: rgb(114,17,57); }
H1.HeaderClassName
{
color: #721139;
}
.AnyTagClassName
{
color: #721139;
}
</style>
background-color css
<style>
a { background-color: #721139; }
a { background-color: rgb(114,17,57); }
div.DivClassName
{
background-color: #721139;
}
.BgClassName
{
background-color: #721139;
}
</style>
border-color css
<style>
span { border-color: #721139; }
span { border-color: rgb(114,17,57); }
td.TdClassName
{
border-color: #721139;
}
.TagClassName
{
border-color: #721139;
}
</style>