Shades of Burgundy #860B1F
Tints of Burgundy #860B1F
RGB
CMYK
RGB Variations
Color information
#860B1F (or 0x860B1F) is known color: Burgundy. HEX triplet: 86, 0B and 1F. RGB value is (134,11,31). Sum of RGB (Red+Green+Blue) = 134+11+31=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860B1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B1F is #79F4E0. Grayscale: #323232. Windows color (decimal): -7992545 or 2034566. OLE color: 2034566.
HSL color Cylindrical-coordinate representation of color #860B1F: hue angle of 350.24º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B1F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 31 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.47 |
| HSL | 350.24º | 0.85% | 0.28% | - |
| HSV(B) | 350.24º | 0.92% | 0.53% | - |
| XYZ | 10.2 | 5.41 | 1.8 | - |
| YUV | 50.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 31 | 0 | 0.92 | 0.77 | 0.47 | 350.24 | 0.85 | 0.28 |
| Hex | 86 | B | 1F | 0 | 5C | 4D | 2F | 15E | 55 | 1C |
| Octal | 206 | 13 | 37 | 0 | 134 | 115 | 57 | 536 | 125 | 34 |
| Binary | 10000110 | 1011 | 11111 | 0 | 1011100 | 1001101 | 101111 | 101011110 | 1010101 | 11100 |
Color Harmonies of #860B1F
Complementary color
Monochromatic Colors of #860B1F
Black with #860B1F
Text Example
Text Example
White with #860B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B1F; }
p { color: rgb(134,11,31); }
H1.HeaderClassName
{
color: #860B1F;
}
.AnyTagClassName
{
color: #860B1F;
}
</style>
background-color css
<style>
a { background-color: #860B1F; }
a { background-color: rgb(134,11,31); }
div.DivClassName
{
background-color: #860B1F;
}
.BgClassName
{
background-color: #860B1F;
}
</style>
border-color css
<style>
span { border-color: #860B1F; }
span { border-color: rgb(134,11,31); }
td.TdClassName
{
border-color: #860B1F;
}
.TagClassName
{
border-color: #860B1F;
}
</style>