Shades of Pompadour #860B3F
Tints of Pompadour #860B3F
RGB
CMYK
RGB Variations
Color information
#860B3F (or 0x860B3F) is known color: Pompadour. HEX triplet: 86, 0B and 3F. RGB value is (134,11,63). Sum of RGB (Red+Green+Blue) = 134+11+63=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #860B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B3F is #79F4C0. Grayscale: #353535. Windows color (decimal): -7992513 or 4131718. OLE color: 4131718.
HSL color Cylindrical-coordinate representation of color #860B3F: hue angle of 334.63º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B3F is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 63 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.47 |
| HSL | 334.63º | 0.85% | 0.28% | - |
| HSV(B) | 334.63º | 0.92% | 0.53% | - |
| XYZ | 10.85 | 5.67 | 5.22 | - |
| YUV | 53.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 63 | 0 | 0.92 | 0.53 | 0.47 | 334.63 | 0.85 | 0.28 |
| Hex | 86 | B | 3F | 0 | 5C | 35 | 2F | 14F | 55 | 1C |
| Octal | 206 | 13 | 77 | 0 | 134 | 65 | 57 | 517 | 125 | 34 |
| Binary | 10000110 | 1011 | 111111 | 0 | 1011100 | 110101 | 101111 | 101001111 | 1010101 | 11100 |
Color Harmonies of #860B3F
Complementary color
Monochromatic Colors of #860B3F
Black with #860B3F
Text Example
Text Example
White with #860B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B3F; }
p { color: rgb(134,11,63); }
H1.HeaderClassName
{
color: #860B3F;
}
.AnyTagClassName
{
color: #860B3F;
}
</style>
background-color css
<style>
a { background-color: #860B3F; }
a { background-color: rgb(134,11,63); }
div.DivClassName
{
background-color: #860B3F;
}
.BgClassName
{
background-color: #860B3F;
}
</style>
border-color css
<style>
span { border-color: #860B3F; }
span { border-color: rgb(134,11,63); }
td.TdClassName
{
border-color: #860B3F;
}
.TagClassName
{
border-color: #860B3F;
}
</style>