Shades of Pompadour #870B46
Tints of Pompadour #870B46
RGB
CMYK
RGB Variations
Color information
#870B46 (or 0x870B46) is known color: Pompadour. HEX triplet: 87, 0B and 46. RGB value is (135,11,70). Sum of RGB (Red+Green+Blue) = 135+11+70=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #870B46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B46 is #78F4B9. Grayscale: #363636. Windows color (decimal): -7926970 or 4590471. OLE color: 4590471.
HSL color Cylindrical-coordinate representation of color #870B46: hue angle of 331.45º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B46 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 70 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.47 |
| HSL | 331.45º | 0.85% | 0.29% | - |
| HSV(B) | 331.45º | 0.92% | 0.53% | - |
| XYZ | 11.22 | 5.83 | 6.33 | - |
| YUV | 54.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 70 | 0 | 0.92 | 0.48 | 0.47 | 331.45 | 0.85 | 0.29 |
| Hex | 87 | B | 46 | 0 | 5C | 30 | 2F | 14B | 55 | 1D |
| Octal | 207 | 13 | 106 | 0 | 134 | 60 | 57 | 513 | 125 | 35 |
| Binary | 10000111 | 1011 | 1000110 | 0 | 1011100 | 110000 | 101111 | 101001011 | 1010101 | 11101 |
Color Harmonies of #870B46
Complementary color
Monochromatic Colors of #870B46
Black with #870B46
Text Example
Text Example
White with #870B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B46; }
p { color: rgb(135,11,70); }
H1.HeaderClassName
{
color: #870B46;
}
.AnyTagClassName
{
color: #870B46;
}
</style>
background-color css
<style>
a { background-color: #870B46; }
a { background-color: rgb(135,11,70); }
div.DivClassName
{
background-color: #870B46;
}
.BgClassName
{
background-color: #870B46;
}
</style>
border-color css
<style>
span { border-color: #870B46; }
span { border-color: rgb(135,11,70); }
td.TdClassName
{
border-color: #870B46;
}
.TagClassName
{
border-color: #870B46;
}
</style>