Shades of Burgundy #86101E
Tints of Burgundy #86101E
RGB
CMYK
RGB Variations
Color information
#86101E (or 0x86101E) is known color: Burgundy. HEX triplet: 86, 10 and 1E. RGB value is (134,16,30). Sum of RGB (Red+Green+Blue) = 134+16+30=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86101E is #79EFE1. Grayscale: #343434. Windows color (decimal): -7991266 or 1970310. OLE color: 1970310.
HSL color Cylindrical-coordinate representation of color #86101E: hue angle of 352.88º 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 #86101E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 30 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.47 |
| HSL | 352.88º | 0.79% | 0.29% | - |
| HSV(B) | 352.88º | 0.88% | 0.53% | - |
| XYZ | 10.25 | 5.53 | 1.76 | - |
| YUV | 52.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 30 | 0 | 0.88 | 0.78 | 0.47 | 352.88 | 0.79 | 0.29 |
| Hex | 86 | 10 | 1E | 0 | 58 | 4E | 2F | 161 | 4F | 1D |
| Octal | 206 | 20 | 36 | 0 | 130 | 116 | 57 | 541 | 117 | 35 |
| Binary | 10000110 | 10000 | 11110 | 0 | 1011000 | 1001110 | 101111 | 101100001 | 1001111 | 11101 |
Color Harmonies of #86101E
Complementary color
Monochromatic Colors of #86101E
Black with #86101E
Text Example
Text Example
White with #86101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86101E; }
p { color: rgb(134,16,30); }
H1.HeaderClassName
{
color: #86101E;
}
.AnyTagClassName
{
color: #86101E;
}
</style>
background-color css
<style>
a { background-color: #86101E; }
a { background-color: rgb(134,16,30); }
div.DivClassName
{
background-color: #86101E;
}
.BgClassName
{
background-color: #86101E;
}
</style>
border-color css
<style>
span { border-color: #86101E; }
span { border-color: rgb(134,16,30); }
td.TdClassName
{
border-color: #86101E;
}
.TagClassName
{
border-color: #86101E;
}
</style>