Shades of Pompadour #721951
Tints of Pompadour #721951
RGB
CMYK
RGB Variations
Color information
#721951 (or 0x721951) is known color: Pompadour. HEX triplet: 72, 19 and 51. RGB value is (114,25,81). Sum of RGB (Red+Green+Blue) = 114+25+81=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #721951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721951 is #8DE6AE. Grayscale: #393939. Windows color (decimal): -9299631 or 5314930. OLE color: 5314930.
HSL color Cylindrical-coordinate representation of color #721951: hue angle of 322.25º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721951 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 81 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.55 |
| HSL | 322.25º | 0.64% | 0.27% | - |
| HSV(B) | 322.25º | 0.78% | 0.45% | - |
| XYZ | 8.77 | 4.87 | 8.26 | - |
| YUV | 58 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 81 | 0 | 0.78 | 0.29 | 0.55 | 322.25 | 0.64 | 0.27 |
| Hex | 72 | 19 | 51 | 0 | 4E | 1D | 37 | 142 | 40 | 1B |
| Octal | 162 | 31 | 121 | 0 | 116 | 35 | 67 | 502 | 100 | 33 |
| Binary | 1110010 | 11001 | 1010001 | 0 | 1001110 | 11101 | 110111 | 101000010 | 1000000 | 11011 |
Color Harmonies of #721951
Complementary color
Monochromatic Colors of #721951
Black with #721951
Text Example
Text Example
White with #721951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721951; }
p { color: rgb(114,25,81); }
H1.HeaderClassName
{
color: #721951;
}
.AnyTagClassName
{
color: #721951;
}
</style>
background-color css
<style>
a { background-color: #721951; }
a { background-color: rgb(114,25,81); }
div.DivClassName
{
background-color: #721951;
}
.BgClassName
{
background-color: #721951;
}
</style>
border-color css
<style>
span { border-color: #721951; }
span { border-color: rgb(114,25,81); }
td.TdClassName
{
border-color: #721951;
}
.TagClassName
{
border-color: #721951;
}
</style>