Shades of Burgundy #860B36
Tints of Burgundy #860B36
RGB
CMYK
RGB Variations
Color information
#860B36 (or 0x860B36) is known color: Burgundy. HEX triplet: 86, 0B and 36. RGB value is (134,11,54). Sum of RGB (Red+Green+Blue) = 134+11+54=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #860B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B36 is #79F4C9. Grayscale: #343434. Windows color (decimal): -7992522 or 3541894. OLE color: 3541894.
HSL color Cylindrical-coordinate representation of color #860B36: hue angle of 339.02º 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 #860B36 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 54 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.47 |
| HSL | 339.02º | 0.85% | 0.28% | - |
| HSV(B) | 339.02º | 0.92% | 0.53% | - |
| XYZ | 10.62 | 5.57 | 4.01 | - |
| YUV | 52.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 54 | 0 | 0.92 | 0.60 | 0.47 | 339.02 | 0.85 | 0.28 |
| Hex | 86 | B | 36 | 0 | 5C | 3C | 2F | 153 | 55 | 1C |
| Octal | 206 | 13 | 66 | 0 | 134 | 74 | 57 | 523 | 125 | 34 |
| Binary | 10000110 | 1011 | 110110 | 0 | 1011100 | 111100 | 101111 | 101010011 | 1010101 | 11100 |
Color Harmonies of #860B36
Complementary color
Monochromatic Colors of #860B36
Black with #860B36
Text Example
Text Example
White with #860B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B36; }
p { color: rgb(134,11,54); }
H1.HeaderClassName
{
color: #860B36;
}
.AnyTagClassName
{
color: #860B36;
}
</style>
background-color css
<style>
a { background-color: #860B36; }
a { background-color: rgb(134,11,54); }
div.DivClassName
{
background-color: #860B36;
}
.BgClassName
{
background-color: #860B36;
}
</style>
border-color css
<style>
span { border-color: #860B36; }
span { border-color: rgb(134,11,54); }
td.TdClassName
{
border-color: #860B36;
}
.TagClassName
{
border-color: #860B36;
}
</style>