Shades of Pompadour #870A47
Tints of Pompadour #870A47
RGB
CMYK
RGB Variations
Color information
#870A47 (or 0x870A47) is known color: Pompadour. HEX triplet: 87, 0A and 47. RGB value is (135,10,71). Sum of RGB (Red+Green+Blue) = 135+10+71=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #870A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A47 is #78F5B8. Grayscale: #363636. Windows color (decimal): -7927225 or 4655751. OLE color: 4655751.
HSL color Cylindrical-coordinate representation of color #870A47: hue angle of 330.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A47 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 71 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.47 |
| HSL | 330.72º | 0.86% | 0.28% | - |
| HSV(B) | 330.72º | 0.93% | 0.53% | - |
| XYZ | 11.24 | 5.82 | 6.49 | - |
| YUV | 54.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 71 | 0 | 0.93 | 0.47 | 0.47 | 330.72 | 0.86 | 0.28 |
| Hex | 87 | A | 47 | 0 | 5D | 2F | 2F | 14B | 56 | 1C |
| Octal | 207 | 12 | 107 | 0 | 135 | 57 | 57 | 513 | 126 | 34 |
| Binary | 10000111 | 1010 | 1000111 | 0 | 1011101 | 101111 | 101111 | 101001011 | 1010110 | 11100 |
Color Harmonies of #870A47
Complementary color
Monochromatic Colors of #870A47
Black with #870A47
Text Example
Text Example
White with #870A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A47; }
p { color: rgb(135,10,71); }
H1.HeaderClassName
{
color: #870A47;
}
.AnyTagClassName
{
color: #870A47;
}
</style>
background-color css
<style>
a { background-color: #870A47; }
a { background-color: rgb(135,10,71); }
div.DivClassName
{
background-color: #870A47;
}
.BgClassName
{
background-color: #870A47;
}
</style>
border-color css
<style>
span { border-color: #870A47; }
span { border-color: rgb(135,10,71); }
td.TdClassName
{
border-color: #870A47;
}
.TagClassName
{
border-color: #870A47;
}
</style>