Shades of Burgundy #860515
Tints of Burgundy #860515
RGB
CMYK
RGB Variations
Color information
#860515 (or 0x860515) is known color: Burgundy. HEX triplet: 86, 05 and 15. RGB value is (134,5,21). Sum of RGB (Red+Green+Blue) = 134+5+21=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #860515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860515 is #79FAEA. Grayscale: #2D2D2D. Windows color (decimal): -7994091 or 1377670. OLE color: 1377670.
HSL color Cylindrical-coordinate representation of color #860515: hue angle of 352.56º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860515 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 21 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.47 |
| HSL | 352.56º | 0.93% | 0.27% | - |
| HSV(B) | 352.56º | 0.96% | 0.53% | - |
| XYZ | 10.02 | 5.23 | 1.19 | - |
| YUV | 45.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 21 | 0 | 0.96 | 0.84 | 0.47 | 352.56 | 0.93 | 0.27 |
| Hex | 86 | 5 | 15 | 0 | 60 | 54 | 2F | 161 | 5D | 1B |
| Octal | 206 | 5 | 25 | 0 | 140 | 124 | 57 | 541 | 135 | 33 |
| Binary | 10000110 | 101 | 10101 | 0 | 1100000 | 1010100 | 101111 | 101100001 | 1011101 | 11011 |
Color Harmonies of #860515
Complementary color
Monochromatic Colors of #860515
Black with #860515
Text Example
Text Example
White with #860515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860515; }
p { color: rgb(134,5,21); }
H1.HeaderClassName
{
color: #860515;
}
.AnyTagClassName
{
color: #860515;
}
</style>
background-color css
<style>
a { background-color: #860515; }
a { background-color: rgb(134,5,21); }
div.DivClassName
{
background-color: #860515;
}
.BgClassName
{
background-color: #860515;
}
</style>
border-color css
<style>
span { border-color: #860515; }
span { border-color: rgb(134,5,21); }
td.TdClassName
{
border-color: #860515;
}
.TagClassName
{
border-color: #860515;
}
</style>