Shades of Pompadour #800E54
Tints of Pompadour #800E54
RGB
CMYK
RGB Variations
Color information
#800E54 (or 0x800E54) is known color: Pompadour. HEX triplet: 80, 0E and 54. RGB value is (128,14,84). Sum of RGB (Red+Green+Blue) = 128+14+84=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #800E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800E54 is #7FF1AB. Grayscale: #373737. Windows color (decimal): -8384940 or 5508736. OLE color: 5508736.
HSL color Cylindrical-coordinate representation of color #800E54: hue angle of 323.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E54 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 84 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.50 |
| HSL | 323.16º | 0.8% | 0.28% | - |
| HSV(B) | 323.16º | 0.89% | 0.5% | - |
| XYZ | 10.66 | 5.54 | 8.9 | - |
| YUV | 56.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 84 | 0 | 0.89 | 0.34 | 0.50 | 323.16 | 0.8 | 0.28 |
| Hex | 80 | E | 54 | 0 | 59 | 22 | 32 | 143 | 50 | 1C |
| Octal | 200 | 16 | 124 | 0 | 131 | 42 | 62 | 503 | 120 | 34 |
| Binary | 10000000 | 1110 | 1010100 | 0 | 1011001 | 100010 | 110010 | 101000011 | 1010000 | 11100 |
Color Harmonies of #800E54
Complementary color
Monochromatic Colors of #800E54
Black with #800E54
Text Example
Text Example
White with #800E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E54; }
p { color: rgb(128,14,84); }
H1.HeaderClassName
{
color: #800E54;
}
.AnyTagClassName
{
color: #800E54;
}
</style>
background-color css
<style>
a { background-color: #800E54; }
a { background-color: rgb(128,14,84); }
div.DivClassName
{
background-color: #800E54;
}
.BgClassName
{
background-color: #800E54;
}
</style>
border-color css
<style>
span { border-color: #800E54; }
span { border-color: rgb(128,14,84); }
td.TdClassName
{
border-color: #800E54;
}
.TagClassName
{
border-color: #800E54;
}
</style>