Shades of Burgundy #86131F
Tints of Burgundy #86131F
RGB
CMYK
RGB Variations
Color information
#86131F (or 0x86131F) is known color: Burgundy. HEX triplet: 86, 13 and 1F. RGB value is (134,19,31). Sum of RGB (Red+Green+Blue) = 134+19+31=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86131F is #79ECE0. Grayscale: #363636. Windows color (decimal): -7990497 or 2036614. OLE color: 2036614.
HSL color Cylindrical-coordinate representation of color #86131F: hue angle of 353.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86131F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 31 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.47 |
| HSL | 353.74º | 0.75% | 0.3% | - |
| HSV(B) | 353.74º | 0.86% | 0.53% | - |
| XYZ | 10.31 | 5.63 | 1.84 | - |
| YUV | 54.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 31 | 0 | 0.86 | 0.77 | 0.47 | 353.74 | 0.75 | 0.3 |
| Hex | 86 | 13 | 1F | 0 | 56 | 4D | 2F | 162 | 4B | 1E |
| Octal | 206 | 23 | 37 | 0 | 126 | 115 | 57 | 542 | 113 | 36 |
| Binary | 10000110 | 10011 | 11111 | 0 | 1010110 | 1001101 | 101111 | 101100010 | 1001011 | 11110 |
Color Harmonies of #86131F
Complementary color
Monochromatic Colors of #86131F
Black with #86131F
Text Example
Text Example
White with #86131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86131F; }
p { color: rgb(134,19,31); }
H1.HeaderClassName
{
color: #86131F;
}
.AnyTagClassName
{
color: #86131F;
}
</style>
background-color css
<style>
a { background-color: #86131F; }
a { background-color: rgb(134,19,31); }
div.DivClassName
{
background-color: #86131F;
}
.BgClassName
{
background-color: #86131F;
}
</style>
border-color css
<style>
span { border-color: #86131F; }
span { border-color: rgb(134,19,31); }
td.TdClassName
{
border-color: #86131F;
}
.TagClassName
{
border-color: #86131F;
}
</style>