Shades of Pompadour #801555
Tints of Pompadour #801555
RGB
CMYK
RGB Variations
Color information
#801555 (or 0x801555) is known color: Pompadour. HEX triplet: 80, 15 and 55. RGB value is (128,21,85). Sum of RGB (Red+Green+Blue) = 128+21+85=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #801555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801555 is #7FEAAA. Grayscale: #3C3C3C. Windows color (decimal): -8383147 or 5576064. OLE color: 5576064.
HSL color Cylindrical-coordinate representation of color #801555: hue angle of 324.11º degrees, saturation: 0.72, 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 #801555 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 21 | 85 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.50 |
| HSL | 324.11º | 0.72% | 0.29% | - |
| HSV(B) | 324.11º | 0.84% | 0.5% | - |
| XYZ | 10.81 | 5.78 | 9.14 | - |
| YUV | 60.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 85 | 0 | 0.84 | 0.34 | 0.50 | 324.11 | 0.72 | 0.29 |
| Hex | 80 | 15 | 55 | 0 | 54 | 22 | 32 | 144 | 48 | 1D |
| Octal | 200 | 25 | 125 | 0 | 124 | 42 | 62 | 504 | 110 | 35 |
| Binary | 10000000 | 10101 | 1010101 | 0 | 1010100 | 100010 | 110010 | 101000100 | 1001000 | 11101 |
Color Harmonies of #801555
Complementary color
Monochromatic Colors of #801555
Black with #801555
Text Example
Text Example
White with #801555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801555; }
p { color: rgb(128,21,85); }
H1.HeaderClassName
{
color: #801555;
}
.AnyTagClassName
{
color: #801555;
}
</style>
background-color css
<style>
a { background-color: #801555; }
a { background-color: rgb(128,21,85); }
div.DivClassName
{
background-color: #801555;
}
.BgClassName
{
background-color: #801555;
}
</style>
border-color css
<style>
span { border-color: #801555; }
span { border-color: rgb(128,21,85); }
td.TdClassName
{
border-color: #801555;
}
.TagClassName
{
border-color: #801555;
}
</style>