Shades of Pompadour #86103F
Tints of Pompadour #86103F
RGB
CMYK
RGB Variations
Color information
#86103F (or 0x86103F) is known color: Pompadour. HEX triplet: 86, 10 and 3F. RGB value is (134,16,63). Sum of RGB (Red+Green+Blue) = 134+16+63=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86103F is #79EFC0. Grayscale: #383838. Windows color (decimal): -7991233 or 4132998. OLE color: 4132998.
HSL color Cylindrical-coordinate representation of color #86103F: hue angle of 336.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86103F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 63 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.47 |
| HSL | 336.1º | 0.79% | 0.29% | - |
| HSV(B) | 336.1º | 0.88% | 0.53% | - |
| XYZ | 10.91 | 5.8 | 5.25 | - |
| YUV | 56.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 63 | 0 | 0.88 | 0.53 | 0.47 | 336.1 | 0.79 | 0.29 |
| Hex | 86 | 10 | 3F | 0 | 58 | 35 | 2F | 150 | 4F | 1D |
| Octal | 206 | 20 | 77 | 0 | 130 | 65 | 57 | 520 | 117 | 35 |
| Binary | 10000110 | 10000 | 111111 | 0 | 1011000 | 110101 | 101111 | 101010000 | 1001111 | 11101 |
Color Harmonies of #86103F
Complementary color
Monochromatic Colors of #86103F
Black with #86103F
Text Example
Text Example
White with #86103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86103F; }
p { color: rgb(134,16,63); }
H1.HeaderClassName
{
color: #86103F;
}
.AnyTagClassName
{
color: #86103F;
}
</style>
background-color css
<style>
a { background-color: #86103F; }
a { background-color: rgb(134,16,63); }
div.DivClassName
{
background-color: #86103F;
}
.BgClassName
{
background-color: #86103F;
}
</style>
border-color css
<style>
span { border-color: #86103F; }
span { border-color: rgb(134,16,63); }
td.TdClassName
{
border-color: #86103F;
}
.TagClassName
{
border-color: #86103F;
}
</style>