Shades of Pompadour #721246
Tints of Pompadour #721246
RGB
CMYK
RGB Variations
Color information
#721246 (or 0x721246) is known color: Pompadour. HEX triplet: 72, 12 and 46. RGB value is (114,18,70). Sum of RGB (Red+Green+Blue) = 114+18+70=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #721246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721246 is #8DEDB9. Grayscale: #343434. Windows color (decimal): -9301434 or 4592242. OLE color: 4592242.
HSL color Cylindrical-coordinate representation of color #721246: hue angle of 327.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721246 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 70 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.55 |
| HSL | 327.5º | 0.73% | 0.26% | - |
| HSV(B) | 327.5º | 0.84% | 0.45% | - |
| XYZ | 8.26 | 4.45 | 6.22 | - |
| YUV | 52.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 70 | 0 | 0.84 | 0.39 | 0.55 | 327.5 | 0.73 | 0.26 |
| Hex | 72 | 12 | 46 | 0 | 54 | 27 | 37 | 148 | 49 | 1A |
| Octal | 162 | 22 | 106 | 0 | 124 | 47 | 67 | 510 | 111 | 32 |
| Binary | 1110010 | 10010 | 1000110 | 0 | 1010100 | 100111 | 110111 | 101001000 | 1001001 | 11010 |
Color Harmonies of #721246
Complementary color
Monochromatic Colors of #721246
Black with #721246
Text Example
Text Example
White with #721246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721246; }
p { color: rgb(114,18,70); }
H1.HeaderClassName
{
color: #721246;
}
.AnyTagClassName
{
color: #721246;
}
</style>
background-color css
<style>
a { background-color: #721246; }
a { background-color: rgb(114,18,70); }
div.DivClassName
{
background-color: #721246;
}
.BgClassName
{
background-color: #721246;
}
</style>
border-color css
<style>
span { border-color: #721246; }
span { border-color: rgb(114,18,70); }
td.TdClassName
{
border-color: #721246;
}
.TagClassName
{
border-color: #721246;
}
</style>