Shades of Pompadour #800E50
Tints of Pompadour #800E50
RGB
CMYK
RGB Variations
Color information
#800E50 (or 0x800E50) is known color: Pompadour. HEX triplet: 80, 0E and 50. RGB value is (128,14,80). Sum of RGB (Red+Green+Blue) = 128+14+80=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #800E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800E50 is #7FF1AF. Grayscale: #373737. Windows color (decimal): -8384944 or 5246592. OLE color: 5246592.
HSL color Cylindrical-coordinate representation of color #800E50: hue angle of 325.26º 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 #800E50 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 80 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.50 |
| HSL | 325.26º | 0.8% | 0.28% | - |
| HSV(B) | 325.26º | 0.89% | 0.5% | - |
| XYZ | 10.51 | 5.48 | 8.09 | - |
| YUV | 55.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 80 | 0 | 0.89 | 0.38 | 0.50 | 325.26 | 0.8 | 0.28 |
| Hex | 80 | E | 50 | 0 | 59 | 26 | 32 | 145 | 50 | 1C |
| Octal | 200 | 16 | 120 | 0 | 131 | 46 | 62 | 505 | 120 | 34 |
| Binary | 10000000 | 1110 | 1010000 | 0 | 1011001 | 100110 | 110010 | 101000101 | 1010000 | 11100 |
Color Harmonies of #800E50
Complementary color
Monochromatic Colors of #800E50
Black with #800E50
Text Example
Text Example
White with #800E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E50; }
p { color: rgb(128,14,80); }
H1.HeaderClassName
{
color: #800E50;
}
.AnyTagClassName
{
color: #800E50;
}
</style>
background-color css
<style>
a { background-color: #800E50; }
a { background-color: rgb(128,14,80); }
div.DivClassName
{
background-color: #800E50;
}
.BgClassName
{
background-color: #800E50;
}
</style>
border-color css
<style>
span { border-color: #800E50; }
span { border-color: rgb(128,14,80); }
td.TdClassName
{
border-color: #800E50;
}
.TagClassName
{
border-color: #800E50;
}
</style>