Shades of Pompadour #801451
Tints of Pompadour #801451
RGB
CMYK
RGB Variations
Color information
#801451 (or 0x801451) is known color: Pompadour. HEX triplet: 80, 14 and 51. RGB value is (128,20,81). Sum of RGB (Red+Green+Blue) = 128+20+81=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #801451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801451 is #7FEBAE. Grayscale: #3B3B3B. Windows color (decimal): -8383407 or 5313664. OLE color: 5313664.
HSL color Cylindrical-coordinate representation of color #801451: hue angle of 326.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801451 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 81 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.50 |
| HSL | 326.11º | 0.73% | 0.29% | - |
| HSV(B) | 326.11º | 0.84% | 0.5% | - |
| XYZ | 10.64 | 5.68 | 8.32 | - |
| YUV | 59.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 81 | 0 | 0.84 | 0.37 | 0.50 | 326.11 | 0.73 | 0.29 |
| Hex | 80 | 14 | 51 | 0 | 54 | 25 | 32 | 146 | 49 | 1D |
| Octal | 200 | 24 | 121 | 0 | 124 | 45 | 62 | 506 | 111 | 35 |
| Binary | 10000000 | 10100 | 1010001 | 0 | 1010100 | 100101 | 110010 | 101000110 | 1001001 | 11101 |
Color Harmonies of #801451
Complementary color
Monochromatic Colors of #801451
Black with #801451
Text Example
Text Example
White with #801451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801451; }
p { color: rgb(128,20,81); }
H1.HeaderClassName
{
color: #801451;
}
.AnyTagClassName
{
color: #801451;
}
</style>
background-color css
<style>
a { background-color: #801451; }
a { background-color: rgb(128,20,81); }
div.DivClassName
{
background-color: #801451;
}
.BgClassName
{
background-color: #801451;
}
</style>
border-color css
<style>
span { border-color: #801451; }
span { border-color: rgb(128,20,81); }
td.TdClassName
{
border-color: #801451;
}
.TagClassName
{
border-color: #801451;
}
</style>