Shades of Pompadour #721952
Tints of Pompadour #721952
RGB
CMYK
RGB Variations
Color information
#721952 (or 0x721952) is known color: Pompadour. HEX triplet: 72, 19 and 52. RGB value is (114,25,82). Sum of RGB (Red+Green+Blue) = 114+25+82=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721952 is #8DE6AD. Grayscale: #393939. Windows color (decimal): -9299630 or 5380466. OLE color: 5380466.
HSL color Cylindrical-coordinate representation of color #721952: hue angle of 321.57º 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 #721952 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 82 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.55 |
| HSL | 321.57º | 0.64% | 0.27% | - |
| HSV(B) | 321.57º | 0.78% | 0.45% | - |
| XYZ | 8.81 | 4.88 | 8.46 | - |
| YUV | 58.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 82 | 0 | 0.78 | 0.28 | 0.55 | 321.57 | 0.64 | 0.27 |
| Hex | 72 | 19 | 52 | 0 | 4E | 1C | 37 | 142 | 40 | 1B |
| Octal | 162 | 31 | 122 | 0 | 116 | 34 | 67 | 502 | 100 | 33 |
| Binary | 1110010 | 11001 | 1010010 | 0 | 1001110 | 11100 | 110111 | 101000010 | 1000000 | 11011 |
Color Harmonies of #721952
Complementary color
Monochromatic Colors of #721952
Black with #721952
Text Example
Text Example
White with #721952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721952; }
p { color: rgb(114,25,82); }
H1.HeaderClassName
{
color: #721952;
}
.AnyTagClassName
{
color: #721952;
}
</style>
background-color css
<style>
a { background-color: #721952; }
a { background-color: rgb(114,25,82); }
div.DivClassName
{
background-color: #721952;
}
.BgClassName
{
background-color: #721952;
}
</style>
border-color css
<style>
span { border-color: #721952; }
span { border-color: rgb(114,25,82); }
td.TdClassName
{
border-color: #721952;
}
.TagClassName
{
border-color: #721952;
}
</style>