Shades of Pompadour #880A40
Tints of Pompadour #880A40
RGB
CMYK
RGB Variations
Color information
#880A40 (or 0x880A40) is known color: Pompadour. HEX triplet: 88, 0A and 40. RGB value is (136,10,64). Sum of RGB (Red+Green+Blue) = 136+10+64=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A40 is #77F5BF. Grayscale: #353535. Windows color (decimal): -7861696 or 4197000. OLE color: 4197000.
HSL color Cylindrical-coordinate representation of color #880A40: hue angle of 334.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A40 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 64 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.47 |
| HSL | 334.29º | 0.86% | 0.29% | - |
| HSV(B) | 334.29º | 0.93% | 0.53% | - |
| XYZ | 11.19 | 5.82 | 5.38 | - |
| YUV | 53.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 64 | 0 | 0.93 | 0.53 | 0.47 | 334.29 | 0.86 | 0.29 |
| Hex | 88 | A | 40 | 0 | 5D | 35 | 2F | 14E | 56 | 1D |
| Octal | 210 | 12 | 100 | 0 | 135 | 65 | 57 | 516 | 126 | 35 |
| Binary | 10001000 | 1010 | 1000000 | 0 | 1011101 | 110101 | 101111 | 101001110 | 1010110 | 11101 |
Color Harmonies of #880A40
Complementary color
Monochromatic Colors of #880A40
Black with #880A40
Text Example
Text Example
White with #880A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A40; }
p { color: rgb(136,10,64); }
H1.HeaderClassName
{
color: #880A40;
}
.AnyTagClassName
{
color: #880A40;
}
</style>
background-color css
<style>
a { background-color: #880A40; }
a { background-color: rgb(136,10,64); }
div.DivClassName
{
background-color: #880A40;
}
.BgClassName
{
background-color: #880A40;
}
</style>
border-color css
<style>
span { border-color: #880A40; }
span { border-color: rgb(136,10,64); }
td.TdClassName
{
border-color: #880A40;
}
.TagClassName
{
border-color: #880A40;
}
</style>