Shades of Burgundy #860B3C
Tints of Burgundy #860B3C
RGB
CMYK
RGB Variations
Color information
#860B3C (or 0x860B3C) is known color: Burgundy. HEX triplet: 86, 0B and 3C. RGB value is (134,11,60). Sum of RGB (Red+Green+Blue) = 134+11+60=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #860B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B3C is #79F4C3. Grayscale: #353535. Windows color (decimal): -7992516 or 3935110. OLE color: 3935110.
HSL color Cylindrical-coordinate representation of color #860B3C: hue angle of 336.1º 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 #860B3C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 60 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.47 |
| HSL | 336.1º | 0.85% | 0.28% | - |
| HSV(B) | 336.1º | 0.92% | 0.53% | - |
| XYZ | 10.77 | 5.63 | 4.79 | - |
| YUV | 53.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 60 | 0 | 0.92 | 0.55 | 0.47 | 336.1 | 0.85 | 0.28 |
| Hex | 86 | B | 3C | 0 | 5C | 37 | 2F | 150 | 55 | 1C |
| Octal | 206 | 13 | 74 | 0 | 134 | 67 | 57 | 520 | 125 | 34 |
| Binary | 10000110 | 1011 | 111100 | 0 | 1011100 | 110111 | 101111 | 101010000 | 1010101 | 11100 |
Color Harmonies of #860B3C
Complementary color
Monochromatic Colors of #860B3C
Black with #860B3C
Text Example
Text Example
White with #860B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B3C; }
p { color: rgb(134,11,60); }
H1.HeaderClassName
{
color: #860B3C;
}
.AnyTagClassName
{
color: #860B3C;
}
</style>
background-color css
<style>
a { background-color: #860B3C; }
a { background-color: rgb(134,11,60); }
div.DivClassName
{
background-color: #860B3C;
}
.BgClassName
{
background-color: #860B3C;
}
</style>
border-color css
<style>
span { border-color: #860B3C; }
span { border-color: rgb(134,11,60); }
td.TdClassName
{
border-color: #860B3C;
}
.TagClassName
{
border-color: #860B3C;
}
</style>