Shades of Pompadour #801256
Tints of Pompadour #801256
RGB
CMYK
RGB Variations
Color information
#801256 (or 0x801256) is known color: Pompadour. HEX triplet: 80, 12 and 56. RGB value is (128,18,86). Sum of RGB (Red+Green+Blue) = 128+18+86=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #801256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801256 is #7FEDA9. Grayscale: #3A3A3A. Windows color (decimal): -8383914 or 5640832. OLE color: 5640832.
HSL color Cylindrical-coordinate representation of color #801256: hue angle of 322.91º 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 #801256 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 86 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.50 |
| HSL | 322.91º | 0.75% | 0.29% | - |
| HSV(B) | 322.91º | 0.86% | 0.5% | - |
| XYZ | 10.8 | 5.69 | 9.33 | - |
| YUV | 58.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 86 | 0 | 0.86 | 0.33 | 0.50 | 322.91 | 0.75 | 0.29 |
| Hex | 80 | 12 | 56 | 0 | 56 | 21 | 32 | 143 | 4B | 1D |
| Octal | 200 | 22 | 126 | 0 | 126 | 41 | 62 | 503 | 113 | 35 |
| Binary | 10000000 | 10010 | 1010110 | 0 | 1010110 | 100001 | 110010 | 101000011 | 1001011 | 11101 |
Color Harmonies of #801256
Complementary color
Monochromatic Colors of #801256
Black with #801256
Text Example
Text Example
White with #801256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801256; }
p { color: rgb(128,18,86); }
H1.HeaderClassName
{
color: #801256;
}
.AnyTagClassName
{
color: #801256;
}
</style>
background-color css
<style>
a { background-color: #801256; }
a { background-color: rgb(128,18,86); }
div.DivClassName
{
background-color: #801256;
}
.BgClassName
{
background-color: #801256;
}
</style>
border-color css
<style>
span { border-color: #801256; }
span { border-color: rgb(128,18,86); }
td.TdClassName
{
border-color: #801256;
}
.TagClassName
{
border-color: #801256;
}
</style>