Shades of Pompadour #860D4A
Tints of Pompadour #860D4A
RGB
CMYK
RGB Variations
Color information
#860D4A (or 0x860D4A) is known color: Pompadour. HEX triplet: 86, 0D and 4A. RGB value is (134,13,74). Sum of RGB (Red+Green+Blue) = 134+13+74=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #860D4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D4A is #79F2B5. Grayscale: #383838. Windows color (decimal): -7991990 or 4853126. OLE color: 4853126.
HSL color Cylindrical-coordinate representation of color #860D4A: hue angle of 329.75º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D4A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 74 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.47 |
| HSL | 329.75º | 0.82% | 0.29% | - |
| HSV(B) | 329.75º | 0.9% | 0.53% | - |
| XYZ | 11.21 | 5.85 | 7.02 | - |
| YUV | 56.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 74 | 0 | 0.90 | 0.45 | 0.47 | 329.75 | 0.82 | 0.29 |
| Hex | 86 | D | 4A | 0 | 5A | 2D | 2F | 14A | 52 | 1D |
| Octal | 206 | 15 | 112 | 0 | 132 | 55 | 57 | 512 | 122 | 35 |
| Binary | 10000110 | 1101 | 1001010 | 0 | 1011010 | 101101 | 101111 | 101001010 | 1010010 | 11101 |
Color Harmonies of #860D4A
Complementary color
Monochromatic Colors of #860D4A
Black with #860D4A
Text Example
Text Example
White with #860D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D4A; }
p { color: rgb(134,13,74); }
H1.HeaderClassName
{
color: #860D4A;
}
.AnyTagClassName
{
color: #860D4A;
}
</style>
background-color css
<style>
a { background-color: #860D4A; }
a { background-color: rgb(134,13,74); }
div.DivClassName
{
background-color: #860D4A;
}
.BgClassName
{
background-color: #860D4A;
}
</style>
border-color css
<style>
span { border-color: #860D4A; }
span { border-color: rgb(134,13,74); }
td.TdClassName
{
border-color: #860D4A;
}
.TagClassName
{
border-color: #860D4A;
}
</style>