Shades of Pompadour #800E48
Tints of Pompadour #800E48
RGB
CMYK
RGB Variations
Color information
#800E48 (or 0x800E48) is known color: Pompadour. HEX triplet: 80, 0E and 48. RGB value is (128,14,72). Sum of RGB (Red+Green+Blue) = 128+14+72=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #800E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E48 is #7FF1B7. Grayscale: #363636. Windows color (decimal): -8384952 or 4722304. OLE color: 4722304.
HSL color Cylindrical-coordinate representation of color #800E48: hue angle of 329.47º 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 #800E48 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 72 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.50 |
| HSL | 329.47º | 0.8% | 0.28% | - |
| HSV(B) | 329.47º | 0.89% | 0.5% | - |
| XYZ | 10.23 | 5.37 | 6.63 | - |
| YUV | 54.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 72 | 0 | 0.89 | 0.44 | 0.50 | 329.47 | 0.8 | 0.28 |
| Hex | 80 | E | 48 | 0 | 59 | 2C | 32 | 149 | 50 | 1C |
| Octal | 200 | 16 | 110 | 0 | 131 | 54 | 62 | 511 | 120 | 34 |
| Binary | 10000000 | 1110 | 1001000 | 0 | 1011001 | 101100 | 110010 | 101001001 | 1010000 | 11100 |
Color Harmonies of #800E48
Complementary color
Monochromatic Colors of #800E48
Black with #800E48
Text Example
Text Example
White with #800E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E48; }
p { color: rgb(128,14,72); }
H1.HeaderClassName
{
color: #800E48;
}
.AnyTagClassName
{
color: #800E48;
}
</style>
background-color css
<style>
a { background-color: #800E48; }
a { background-color: rgb(128,14,72); }
div.DivClassName
{
background-color: #800E48;
}
.BgClassName
{
background-color: #800E48;
}
</style>
border-color css
<style>
span { border-color: #800E48; }
span { border-color: rgb(128,14,72); }
td.TdClassName
{
border-color: #800E48;
}
.TagClassName
{
border-color: #800E48;
}
</style>