Shades of Burgundy #86031F
Tints of Burgundy #86031F
RGB
CMYK
RGB Variations
Color information
#86031F (or 0x86031F) is known color: Burgundy. HEX triplet: 86, 03 and 1F. RGB value is (134,3,31). Sum of RGB (Red+Green+Blue) = 134+3+31=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #86031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86031F is #79FCE0. Grayscale: #2D2D2D. Windows color (decimal): -7994593 or 2032518. OLE color: 2032518.
HSL color Cylindrical-coordinate representation of color #86031F: hue angle of 347.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86031F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.47 |
| HSL | 347.18º | 0.96% | 0.27% | - |
| HSV(B) | 347.18º | 0.98% | 0.53% | - |
| XYZ | 10.11 | 5.23 | 1.77 | - |
| YUV | 45.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 31 | 0 | 0.98 | 0.77 | 0.47 | 347.18 | 0.96 | 0.27 |
| Hex | 86 | 3 | 1F | 0 | 62 | 4D | 2F | 15B | 60 | 1B |
| Octal | 206 | 3 | 37 | 0 | 142 | 115 | 57 | 533 | 140 | 33 |
| Binary | 10000110 | 11 | 11111 | 0 | 1100010 | 1001101 | 101111 | 101011011 | 1100000 | 11011 |
Color Harmonies of #86031F
Complementary color
Monochromatic Colors of #86031F
Black with #86031F
Text Example
Text Example
White with #86031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86031F; }
p { color: rgb(134,3,31); }
H1.HeaderClassName
{
color: #86031F;
}
.AnyTagClassName
{
color: #86031F;
}
</style>
background-color css
<style>
a { background-color: #86031F; }
a { background-color: rgb(134,3,31); }
div.DivClassName
{
background-color: #86031F;
}
.BgClassName
{
background-color: #86031F;
}
</style>
border-color css
<style>
span { border-color: #86031F; }
span { border-color: rgb(134,3,31); }
td.TdClassName
{
border-color: #86031F;
}
.TagClassName
{
border-color: #86031F;
}
</style>