Shades of Pompadour #801254
Tints of Pompadour #801254
RGB
CMYK
RGB Variations
Color information
#801254 (or 0x801254) is known color: Pompadour. HEX triplet: 80, 12 and 54. RGB value is (128,18,84). Sum of RGB (Red+Green+Blue) = 128+18+84=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #801254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801254 is #7FEDAB. Grayscale: #3A3A3A. Windows color (decimal): -8383916 or 5509760. OLE color: 5509760.
HSL color Cylindrical-coordinate representation of color #801254: hue angle of 324º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801254 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 84 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.50 |
| HSL | 324º | 0.75% | 0.29% | - |
| HSV(B) | 324º | 0.86% | 0.5% | - |
| XYZ | 10.72 | 5.66 | 8.92 | - |
| YUV | 58.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 84 | 0 | 0.86 | 0.34 | 0.50 | 324 | 0.75 | 0.29 |
| Hex | 80 | 12 | 54 | 0 | 56 | 22 | 32 | 144 | 4B | 1D |
| Octal | 200 | 22 | 124 | 0 | 126 | 42 | 62 | 504 | 113 | 35 |
| Binary | 10000000 | 10010 | 1010100 | 0 | 1010110 | 100010 | 110010 | 101000100 | 1001011 | 11101 |
Color Harmonies of #801254
Complementary color
Monochromatic Colors of #801254
Black with #801254
Text Example
Text Example
White with #801254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801254; }
p { color: rgb(128,18,84); }
H1.HeaderClassName
{
color: #801254;
}
.AnyTagClassName
{
color: #801254;
}
</style>
background-color css
<style>
a { background-color: #801254; }
a { background-color: rgb(128,18,84); }
div.DivClassName
{
background-color: #801254;
}
.BgClassName
{
background-color: #801254;
}
</style>
border-color css
<style>
span { border-color: #801254; }
span { border-color: rgb(128,18,84); }
td.TdClassName
{
border-color: #801254;
}
.TagClassName
{
border-color: #801254;
}
</style>