Shades of Pompadour #720E50
Tints of Pompadour #720E50
RGB
CMYK
RGB Variations
Color information
#720E50 (or 0x720E50) is known color: Pompadour. HEX triplet: 72, 0E and 50. RGB value is (114,14,80). Sum of RGB (Red+Green+Blue) = 114+14+80=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #720E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E50 is #8DF1AF. Grayscale: #333333. Windows color (decimal): -9302448 or 5246578. OLE color: 5246578.
HSL color Cylindrical-coordinate representation of color #720E50: hue angle of 320.4º 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 #720E50 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 80 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.55 |
| HSL | 320.4º | 0.78% | 0.25% | - |
| HSV(B) | 320.4º | 0.88% | 0.45% | - |
| XYZ | 8.54 | 4.47 | 8 | - |
| YUV | 51.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 80 | 0 | 0.88 | 0.30 | 0.55 | 320.4 | 0.78 | 0.25 |
| Hex | 72 | E | 50 | 0 | 58 | 1E | 37 | 140 | 4E | 19 |
| Octal | 162 | 16 | 120 | 0 | 130 | 36 | 67 | 500 | 116 | 31 |
| Binary | 1110010 | 1110 | 1010000 | 0 | 1011000 | 11110 | 110111 | 101000000 | 1001110 | 11001 |
Color Harmonies of #720E50
Complementary color
Monochromatic Colors of #720E50
Black with #720E50
Text Example
Text Example
White with #720E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E50; }
p { color: rgb(114,14,80); }
H1.HeaderClassName
{
color: #720E50;
}
.AnyTagClassName
{
color: #720E50;
}
</style>
background-color css
<style>
a { background-color: #720E50; }
a { background-color: rgb(114,14,80); }
div.DivClassName
{
background-color: #720E50;
}
.BgClassName
{
background-color: #720E50;
}
</style>
border-color css
<style>
span { border-color: #720E50; }
span { border-color: rgb(114,14,80); }
td.TdClassName
{
border-color: #720E50;
}
.TagClassName
{
border-color: #720E50;
}
</style>