Shades of Pompadour #860C44
Tints of Pompadour #860C44
RGB
CMYK
RGB Variations
Color information
#860C44 (or 0x860C44) is known color: Pompadour. HEX triplet: 86, 0C and 44. RGB value is (134,12,68). Sum of RGB (Red+Green+Blue) = 134+12+68=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #860C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C44 is #79F3BB. Grayscale: #363636. Windows color (decimal): -7992252 or 4459654. OLE color: 4459654.
HSL color Cylindrical-coordinate representation of color #860C44: hue angle of 332.46º 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 #860C44 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 68 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.47 |
| HSL | 332.46º | 0.84% | 0.29% | - |
| HSV(B) | 332.46º | 0.91% | 0.53% | - |
| XYZ | 11.01 | 5.75 | 6 | - |
| YUV | 54.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 68 | 0 | 0.91 | 0.49 | 0.47 | 332.46 | 0.84 | 0.29 |
| Hex | 86 | C | 44 | 0 | 5B | 31 | 2F | 14C | 54 | 1D |
| Octal | 206 | 14 | 104 | 0 | 133 | 61 | 57 | 514 | 124 | 35 |
| Binary | 10000110 | 1100 | 1000100 | 0 | 1011011 | 110001 | 101111 | 101001100 | 1010100 | 11101 |
Color Harmonies of #860C44
Complementary color
Monochromatic Colors of #860C44
Black with #860C44
Text Example
Text Example
White with #860C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C44; }
p { color: rgb(134,12,68); }
H1.HeaderClassName
{
color: #860C44;
}
.AnyTagClassName
{
color: #860C44;
}
</style>
background-color css
<style>
a { background-color: #860C44; }
a { background-color: rgb(134,12,68); }
div.DivClassName
{
background-color: #860C44;
}
.BgClassName
{
background-color: #860C44;
}
</style>
border-color css
<style>
span { border-color: #860C44; }
span { border-color: rgb(134,12,68); }
td.TdClassName
{
border-color: #860C44;
}
.TagClassName
{
border-color: #860C44;
}
</style>