Shades of Pompadour #870D40
Tints of Pompadour #870D40
RGB
CMYK
RGB Variations
Color information
#870D40 (or 0x870D40) is known color: Pompadour. HEX triplet: 87, 0D and 40. RGB value is (135,13,64). Sum of RGB (Red+Green+Blue) = 135+13+64=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #870D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D40 is #78F2BF. Grayscale: #373737. Windows color (decimal): -7926464 or 4197767. OLE color: 4197767.
HSL color Cylindrical-coordinate representation of color #870D40: hue angle of 334.92º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D40 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 64 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.47 |
| HSL | 334.92º | 0.82% | 0.29% | - |
| HSV(B) | 334.92º | 0.9% | 0.53% | - |
| XYZ | 11.06 | 5.81 | 5.39 | - |
| YUV | 55.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 64 | 0 | 0.90 | 0.53 | 0.47 | 334.92 | 0.82 | 0.29 |
| Hex | 87 | D | 40 | 0 | 5A | 35 | 2F | 14F | 52 | 1D |
| Octal | 207 | 15 | 100 | 0 | 132 | 65 | 57 | 517 | 122 | 35 |
| Binary | 10000111 | 1101 | 1000000 | 0 | 1011010 | 110101 | 101111 | 101001111 | 1010010 | 11101 |
Color Harmonies of #870D40
Complementary color
Monochromatic Colors of #870D40
Black with #870D40
Text Example
Text Example
White with #870D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D40; }
p { color: rgb(135,13,64); }
H1.HeaderClassName
{
color: #870D40;
}
.AnyTagClassName
{
color: #870D40;
}
</style>
background-color css
<style>
a { background-color: #870D40; }
a { background-color: rgb(135,13,64); }
div.DivClassName
{
background-color: #870D40;
}
.BgClassName
{
background-color: #870D40;
}
</style>
border-color css
<style>
span { border-color: #870D40; }
span { border-color: rgb(135,13,64); }
td.TdClassName
{
border-color: #870D40;
}
.TagClassName
{
border-color: #870D40;
}
</style>