Shades of Pompadour #860C46
Tints of Pompadour #860C46
RGB
CMYK
RGB Variations
Color information
#860C46 (or 0x860C46) is known color: Pompadour. HEX triplet: 86, 0C and 46. RGB value is (134,12,70). Sum of RGB (Red+Green+Blue) = 134+12+70=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #860C46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C46 is #79F3B9. Grayscale: #363636. Windows color (decimal): -7992250 or 4590726. OLE color: 4590726.
HSL color Cylindrical-coordinate representation of color #860C46: hue angle of 331.48º 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 #860C46 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 70 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.47 |
| HSL | 331.48º | 0.84% | 0.29% | - |
| HSV(B) | 331.48º | 0.91% | 0.53% | - |
| XYZ | 11.07 | 5.77 | 6.33 | - |
| YUV | 55.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 70 | 0 | 0.91 | 0.48 | 0.47 | 331.48 | 0.84 | 0.29 |
| Hex | 86 | C | 46 | 0 | 5B | 30 | 2F | 14B | 54 | 1D |
| Octal | 206 | 14 | 106 | 0 | 133 | 60 | 57 | 513 | 124 | 35 |
| Binary | 10000110 | 1100 | 1000110 | 0 | 1011011 | 110000 | 101111 | 101001011 | 1010100 | 11101 |
Color Harmonies of #860C46
Complementary color
Monochromatic Colors of #860C46
Black with #860C46
Text Example
Text Example
White with #860C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C46; }
p { color: rgb(134,12,70); }
H1.HeaderClassName
{
color: #860C46;
}
.AnyTagClassName
{
color: #860C46;
}
</style>
background-color css
<style>
a { background-color: #860C46; }
a { background-color: rgb(134,12,70); }
div.DivClassName
{
background-color: #860C46;
}
.BgClassName
{
background-color: #860C46;
}
</style>
border-color css
<style>
span { border-color: #860C46; }
span { border-color: rgb(134,12,70); }
td.TdClassName
{
border-color: #860C46;
}
.TagClassName
{
border-color: #860C46;
}
</style>