Shades of Pompadour #870B43
Tints of Pompadour #870B43
RGB
CMYK
RGB Variations
Color information
#870B43 (or 0x870B43) is known color: Pompadour. HEX triplet: 87, 0B and 43. RGB value is (135,11,67). Sum of RGB (Red+Green+Blue) = 135+11+67=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #870B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B43 is #78F4BC. Grayscale: #363636. Windows color (decimal): -7926973 or 4393863. OLE color: 4393863.
HSL color Cylindrical-coordinate representation of color #870B43: hue angle of 332.9º 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 #870B43 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 67 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.47 |
| HSL | 332.9º | 0.85% | 0.29% | - |
| HSV(B) | 332.9º | 0.92% | 0.53% | - |
| XYZ | 11.12 | 5.8 | 5.84 | - |
| YUV | 54.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 67 | 0 | 0.92 | 0.50 | 0.47 | 332.9 | 0.85 | 0.29 |
| Hex | 87 | B | 43 | 0 | 5C | 32 | 2F | 14D | 55 | 1D |
| Octal | 207 | 13 | 103 | 0 | 134 | 62 | 57 | 515 | 125 | 35 |
| Binary | 10000111 | 1011 | 1000011 | 0 | 1011100 | 110010 | 101111 | 101001101 | 1010101 | 11101 |
Color Harmonies of #870B43
Complementary color
Monochromatic Colors of #870B43
Black with #870B43
Text Example
Text Example
White with #870B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B43; }
p { color: rgb(135,11,67); }
H1.HeaderClassName
{
color: #870B43;
}
.AnyTagClassName
{
color: #870B43;
}
</style>
background-color css
<style>
a { background-color: #870B43; }
a { background-color: rgb(135,11,67); }
div.DivClassName
{
background-color: #870B43;
}
.BgClassName
{
background-color: #870B43;
}
</style>
border-color css
<style>
span { border-color: #870B43; }
span { border-color: rgb(135,11,67); }
td.TdClassName
{
border-color: #870B43;
}
.TagClassName
{
border-color: #870B43;
}
</style>