Shades of Burgundy #86011F
Tints of Burgundy #86011F
RGB
CMYK
RGB Variations
Color information
#86011F (or 0x86011F) is known color: Burgundy. HEX triplet: 86, 01 and 1F. RGB value is (134,1,31). Sum of RGB (Red+Green+Blue) = 134+1+31=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #86011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86011F is #79FEE0. Grayscale: #2C2C2C. Windows color (decimal): -7995105 or 2032006. OLE color: 2032006.
HSL color Cylindrical-coordinate representation of color #86011F: hue angle of 346.47º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86011F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.47 |
| HSL | 346.47º | 0.99% | 0.26% | - |
| HSV(B) | 346.47º | 0.99% | 0.53% | - |
| XYZ | 10.09 | 5.19 | 1.77 | - |
| YUV | 44.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 31 | 0 | 0.99 | 0.77 | 0.47 | 346.47 | 0.99 | 0.26 |
| Hex | 86 | 1 | 1F | 0 | 63 | 4D | 2F | 15A | 63 | 1A |
| Octal | 206 | 1 | 37 | 0 | 143 | 115 | 57 | 532 | 143 | 32 |
| Binary | 10000110 | 1 | 11111 | 0 | 1100011 | 1001101 | 101111 | 101011010 | 1100011 | 11010 |
Color Harmonies of #86011F
Complementary color
Monochromatic Colors of #86011F
Black with #86011F
Text Example
Text Example
White with #86011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86011F; }
p { color: rgb(134,1,31); }
H1.HeaderClassName
{
color: #86011F;
}
.AnyTagClassName
{
color: #86011F;
}
</style>
background-color css
<style>
a { background-color: #86011F; }
a { background-color: rgb(134,1,31); }
div.DivClassName
{
background-color: #86011F;
}
.BgClassName
{
background-color: #86011F;
}
</style>
border-color css
<style>
span { border-color: #86011F; }
span { border-color: rgb(134,1,31); }
td.TdClassName
{
border-color: #86011F;
}
.TagClassName
{
border-color: #86011F;
}
</style>