Shades of Pompadour #801240
Tints of Pompadour #801240
RGB
CMYK
RGB Variations
Color information
#801240 (or 0x801240) is known color: Pompadour. HEX triplet: 80, 12 and 40. RGB value is (128,18,64). Sum of RGB (Red+Green+Blue) = 128+18+64=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #801240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801240 is #7FEDBF. Grayscale: #383838. Windows color (decimal): -8383936 or 4199040. OLE color: 4199040.
HSL color Cylindrical-coordinate representation of color #801240: hue angle of 334.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 #801240 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 64 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.50 |
| HSL | 334.91º | 0.75% | 0.29% | - |
| HSV(B) | 334.91º | 0.86% | 0.5% | - |
| XYZ | 10.04 | 5.39 | 5.36 | - |
| YUV | 56.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 64 | 0 | 0.86 | 0.5 | 0.50 | 334.91 | 0.75 | 0.29 |
| Hex | 80 | 12 | 40 | 0 | 56 | 32 | 32 | 14F | 4B | 1D |
| Octal | 200 | 22 | 100 | 0 | 126 | 62 | 62 | 517 | 113 | 35 |
| Binary | 10000000 | 10010 | 1000000 | 0 | 1010110 | 110010 | 110010 | 101001111 | 1001011 | 11101 |
Color Harmonies of #801240
Complementary color
Monochromatic Colors of #801240
Black with #801240
Text Example
Text Example
White with #801240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801240; }
p { color: rgb(128,18,64); }
H1.HeaderClassName
{
color: #801240;
}
.AnyTagClassName
{
color: #801240;
}
</style>
background-color css
<style>
a { background-color: #801240; }
a { background-color: rgb(128,18,64); }
div.DivClassName
{
background-color: #801240;
}
.BgClassName
{
background-color: #801240;
}
</style>
border-color css
<style>
span { border-color: #801240; }
span { border-color: rgb(128,18,64); }
td.TdClassName
{
border-color: #801240;
}
.TagClassName
{
border-color: #801240;
}
</style>