Shades of Pompadour #860B4C
Tints of Pompadour #860B4C
RGB
CMYK
RGB Variations
Color information
#860B4C (or 0x860B4C) is known color: Pompadour. HEX triplet: 86, 0B and 4C. RGB value is (134,11,76). Sum of RGB (Red+Green+Blue) = 134+11+76=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #860B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B4C is #79F4B3. Grayscale: #373737. Windows color (decimal): -7992500 or 4983686. OLE color: 4983686.
HSL color Cylindrical-coordinate representation of color #860B4C: hue angle of 328.29º 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 #860B4C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 76 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.47 |
| HSL | 328.29º | 0.85% | 0.28% | - |
| HSV(B) | 328.29º | 0.92% | 0.53% | - |
| XYZ | 11.26 | 5.83 | 7.37 | - |
| YUV | 55.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 76 | 0 | 0.92 | 0.43 | 0.47 | 328.29 | 0.85 | 0.28 |
| Hex | 86 | B | 4C | 0 | 5C | 2B | 2F | 148 | 55 | 1C |
| Octal | 206 | 13 | 114 | 0 | 134 | 53 | 57 | 510 | 125 | 34 |
| Binary | 10000110 | 1011 | 1001100 | 0 | 1011100 | 101011 | 101111 | 101001000 | 1010101 | 11100 |
Color Harmonies of #860B4C
Complementary color
Monochromatic Colors of #860B4C
Black with #860B4C
Text Example
Text Example
White with #860B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B4C; }
p { color: rgb(134,11,76); }
H1.HeaderClassName
{
color: #860B4C;
}
.AnyTagClassName
{
color: #860B4C;
}
</style>
background-color css
<style>
a { background-color: #860B4C; }
a { background-color: rgb(134,11,76); }
div.DivClassName
{
background-color: #860B4C;
}
.BgClassName
{
background-color: #860B4C;
}
</style>
border-color css
<style>
span { border-color: #860B4C; }
span { border-color: rgb(134,11,76); }
td.TdClassName
{
border-color: #860B4C;
}
.TagClassName
{
border-color: #860B4C;
}
</style>