Shades of Burgundy #860D39
Tints of Burgundy #860D39
RGB
CMYK
RGB Variations
Color information
#860D39 (or 0x860D39) is known color: Burgundy. HEX triplet: 86, 0D and 39. RGB value is (134,13,57). Sum of RGB (Red+Green+Blue) = 134+13+57=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #860D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D39 is #79F2C6. Grayscale: #363636. Windows color (decimal): -7992007 or 3739014. OLE color: 3739014.
HSL color Cylindrical-coordinate representation of color #860D39: hue angle of 338.18º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D39 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 57 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.47 |
| HSL | 338.18º | 0.82% | 0.29% | - |
| HSV(B) | 338.18º | 0.9% | 0.53% | - |
| XYZ | 10.71 | 5.65 | 4.4 | - |
| YUV | 54.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 57 | 0 | 0.90 | 0.57 | 0.47 | 338.18 | 0.82 | 0.29 |
| Hex | 86 | D | 39 | 0 | 5A | 39 | 2F | 152 | 52 | 1D |
| Octal | 206 | 15 | 71 | 0 | 132 | 71 | 57 | 522 | 122 | 35 |
| Binary | 10000110 | 1101 | 111001 | 0 | 1011010 | 111001 | 101111 | 101010010 | 1010010 | 11101 |
Color Harmonies of #860D39
Complementary color
Monochromatic Colors of #860D39
Black with #860D39
Text Example
Text Example
White with #860D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D39; }
p { color: rgb(134,13,57); }
H1.HeaderClassName
{
color: #860D39;
}
.AnyTagClassName
{
color: #860D39;
}
</style>
background-color css
<style>
a { background-color: #860D39; }
a { background-color: rgb(134,13,57); }
div.DivClassName
{
background-color: #860D39;
}
.BgClassName
{
background-color: #860D39;
}
</style>
border-color css
<style>
span { border-color: #860D39; }
span { border-color: rgb(134,13,57); }
td.TdClassName
{
border-color: #860D39;
}
.TagClassName
{
border-color: #860D39;
}
</style>