Shades of Pompadour #860C3F
Tints of Pompadour #860C3F
RGB
CMYK
RGB Variations
Color information
#860C3F (or 0x860C3F) is known color: Pompadour. HEX triplet: 86, 0C and 3F. RGB value is (134,12,63). Sum of RGB (Red+Green+Blue) = 134+12+63=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #860C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C3F is #79F3C0. Grayscale: #363636. Windows color (decimal): -7992257 or 4131974. OLE color: 4131974.
HSL color Cylindrical-coordinate representation of color #860C3F: hue angle of 334.92º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C3F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 63 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.47 |
| HSL | 334.92º | 0.84% | 0.29% | - |
| HSV(B) | 334.92º | 0.91% | 0.53% | - |
| XYZ | 10.86 | 5.69 | 5.23 | - |
| YUV | 54.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 63 | 0 | 0.91 | 0.53 | 0.47 | 334.92 | 0.84 | 0.29 |
| Hex | 86 | C | 3F | 0 | 5B | 35 | 2F | 14F | 54 | 1D |
| Octal | 206 | 14 | 77 | 0 | 133 | 65 | 57 | 517 | 124 | 35 |
| Binary | 10000110 | 1100 | 111111 | 0 | 1011011 | 110101 | 101111 | 101001111 | 1010100 | 11101 |
Color Harmonies of #860C3F
Complementary color
Monochromatic Colors of #860C3F
Black with #860C3F
Text Example
Text Example
White with #860C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C3F; }
p { color: rgb(134,12,63); }
H1.HeaderClassName
{
color: #860C3F;
}
.AnyTagClassName
{
color: #860C3F;
}
</style>
background-color css
<style>
a { background-color: #860C3F; }
a { background-color: rgb(134,12,63); }
div.DivClassName
{
background-color: #860C3F;
}
.BgClassName
{
background-color: #860C3F;
}
</style>
border-color css
<style>
span { border-color: #860C3F; }
span { border-color: rgb(134,12,63); }
td.TdClassName
{
border-color: #860C3F;
}
.TagClassName
{
border-color: #860C3F;
}
</style>