Shades of Pompadour #800E4A
Tints of Pompadour #800E4A
RGB
CMYK
RGB Variations
Color information
#800E4A (or 0x800E4A) is known color: Pompadour. HEX triplet: 80, 0E and 4A. RGB value is (128,14,74). Sum of RGB (Red+Green+Blue) = 128+14+74=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #800E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E4A is #7FF1B5. Grayscale: #363636. Windows color (decimal): -8384950 or 4853376. OLE color: 4853376.
HSL color Cylindrical-coordinate representation of color #800E4A: hue angle of 328.42º 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 #800E4A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 74 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.50 |
| HSL | 328.42º | 0.8% | 0.28% | - |
| HSV(B) | 328.42º | 0.89% | 0.5% | - |
| XYZ | 10.3 | 5.4 | 6.98 | - |
| YUV | 54.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 74 | 0 | 0.89 | 0.42 | 0.50 | 328.42 | 0.8 | 0.28 |
| Hex | 80 | E | 4A | 0 | 59 | 2A | 32 | 148 | 50 | 1C |
| Octal | 200 | 16 | 112 | 0 | 131 | 52 | 62 | 510 | 120 | 34 |
| Binary | 10000000 | 1110 | 1001010 | 0 | 1011001 | 101010 | 110010 | 101001000 | 1010000 | 11100 |
Color Harmonies of #800E4A
Complementary color
Monochromatic Colors of #800E4A
Black with #800E4A
Text Example
Text Example
White with #800E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E4A; }
p { color: rgb(128,14,74); }
H1.HeaderClassName
{
color: #800E4A;
}
.AnyTagClassName
{
color: #800E4A;
}
</style>
background-color css
<style>
a { background-color: #800E4A; }
a { background-color: rgb(128,14,74); }
div.DivClassName
{
background-color: #800E4A;
}
.BgClassName
{
background-color: #800E4A;
}
</style>
border-color css
<style>
span { border-color: #800E4A; }
span { border-color: rgb(128,14,74); }
td.TdClassName
{
border-color: #800E4A;
}
.TagClassName
{
border-color: #800E4A;
}
</style>