Shades of Pompadour #860A4A
Tints of Pompadour #860A4A
RGB
CMYK
RGB Variations
Color information
#860A4A (or 0x860A4A) is known color: Pompadour. HEX triplet: 86, 0A and 4A. RGB value is (134,10,74). Sum of RGB (Red+Green+Blue) = 134+10+74=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #860A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A4A is #79F5B5. Grayscale: #363636. Windows color (decimal): -7992758 or 4852358. OLE color: 4852358.
HSL color Cylindrical-coordinate representation of color #860A4A: hue angle of 329.03º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A4A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 74 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.47 |
| HSL | 329.03º | 0.86% | 0.28% | - |
| HSV(B) | 329.03º | 0.93% | 0.53% | - |
| XYZ | 11.18 | 5.78 | 7.01 | - |
| YUV | 54.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 74 | 0 | 0.93 | 0.45 | 0.47 | 329.03 | 0.86 | 0.28 |
| Hex | 86 | A | 4A | 0 | 5D | 2D | 2F | 149 | 56 | 1C |
| Octal | 206 | 12 | 112 | 0 | 135 | 55 | 57 | 511 | 126 | 34 |
| Binary | 10000110 | 1010 | 1001010 | 0 | 1011101 | 101101 | 101111 | 101001001 | 1010110 | 11100 |
Color Harmonies of #860A4A
Complementary color
Monochromatic Colors of #860A4A
Black with #860A4A
Text Example
Text Example
White with #860A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A4A; }
p { color: rgb(134,10,74); }
H1.HeaderClassName
{
color: #860A4A;
}
.AnyTagClassName
{
color: #860A4A;
}
</style>
background-color css
<style>
a { background-color: #860A4A; }
a { background-color: rgb(134,10,74); }
div.DivClassName
{
background-color: #860A4A;
}
.BgClassName
{
background-color: #860A4A;
}
</style>
border-color css
<style>
span { border-color: #860A4A; }
span { border-color: rgb(134,10,74); }
td.TdClassName
{
border-color: #860A4A;
}
.TagClassName
{
border-color: #860A4A;
}
</style>