Shades of Pompadour #720E53
Tints of Pompadour #720E53
RGB
CMYK
RGB Variations
Color information
#720E53 (or 0x720E53) is known color: Pompadour. HEX triplet: 72, 0E and 53. RGB value is (114,14,83). Sum of RGB (Red+Green+Blue) = 114+14+83=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #720E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E53 is #8DF1AC. Grayscale: #333333. Windows color (decimal): -9302445 or 5443186. OLE color: 5443186.
HSL color Cylindrical-coordinate representation of color #720E53: hue angle of 318.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E53 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 83 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.55 |
| HSL | 318.6º | 0.78% | 0.25% | - |
| HSV(B) | 318.6º | 0.88% | 0.45% | - |
| XYZ | 8.66 | 4.52 | 8.6 | - |
| YUV | 51.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 83 | 0 | 0.88 | 0.27 | 0.55 | 318.6 | 0.78 | 0.25 |
| Hex | 72 | E | 53 | 0 | 58 | 1B | 37 | 13F | 4E | 19 |
| Octal | 162 | 16 | 123 | 0 | 130 | 33 | 67 | 477 | 116 | 31 |
| Binary | 1110010 | 1110 | 1010011 | 0 | 1011000 | 11011 | 110111 | 100111111 | 1001110 | 11001 |
Color Harmonies of #720E53
Complementary color
Monochromatic Colors of #720E53
Black with #720E53
Text Example
Text Example
White with #720E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E53; }
p { color: rgb(114,14,83); }
H1.HeaderClassName
{
color: #720E53;
}
.AnyTagClassName
{
color: #720E53;
}
</style>
background-color css
<style>
a { background-color: #720E53; }
a { background-color: rgb(114,14,83); }
div.DivClassName
{
background-color: #720E53;
}
.BgClassName
{
background-color: #720E53;
}
</style>
border-color css
<style>
span { border-color: #720E53; }
span { border-color: rgb(114,14,83); }
td.TdClassName
{
border-color: #720E53;
}
.TagClassName
{
border-color: #720E53;
}
</style>