Shades of Pompadour #801251
Tints of Pompadour #801251
RGB
CMYK
RGB Variations
Color information
#801251 (or 0x801251) is known color: Pompadour. HEX triplet: 80, 12 and 51. RGB value is (128,18,81). Sum of RGB (Red+Green+Blue) = 128+18+81=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #801251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801251 is #7FEDAE. Grayscale: #393939. Windows color (decimal): -8383919 or 5313152. OLE color: 5313152.
HSL color Cylindrical-coordinate representation of color #801251: hue angle of 325.64º 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 #801251 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 81 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.50 |
| HSL | 325.64º | 0.75% | 0.29% | - |
| HSV(B) | 325.64º | 0.86% | 0.5% | - |
| XYZ | 10.6 | 5.62 | 8.31 | - |
| YUV | 58.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 81 | 0 | 0.86 | 0.37 | 0.50 | 325.64 | 0.75 | 0.29 |
| Hex | 80 | 12 | 51 | 0 | 56 | 25 | 32 | 146 | 4B | 1D |
| Octal | 200 | 22 | 121 | 0 | 126 | 45 | 62 | 506 | 113 | 35 |
| Binary | 10000000 | 10010 | 1010001 | 0 | 1010110 | 100101 | 110010 | 101000110 | 1001011 | 11101 |
Color Harmonies of #801251
Complementary color
Monochromatic Colors of #801251
Black with #801251
Text Example
Text Example
White with #801251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801251; }
p { color: rgb(128,18,81); }
H1.HeaderClassName
{
color: #801251;
}
.AnyTagClassName
{
color: #801251;
}
</style>
background-color css
<style>
a { background-color: #801251; }
a { background-color: rgb(128,18,81); }
div.DivClassName
{
background-color: #801251;
}
.BgClassName
{
background-color: #801251;
}
</style>
border-color css
<style>
span { border-color: #801251; }
span { border-color: rgb(128,18,81); }
td.TdClassName
{
border-color: #801251;
}
.TagClassName
{
border-color: #801251;
}
</style>