Shades of Burgundy #860A3D
Tints of Burgundy #860A3D
RGB
CMYK
RGB Variations
Color information
#860A3D (or 0x860A3D) is known color: Burgundy. HEX triplet: 86, 0A and 3D. RGB value is (134,10,61). Sum of RGB (Red+Green+Blue) = 134+10+61=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #860A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A3D is #79F5C2. Grayscale: #343434. Windows color (decimal): -7992771 or 4000390. OLE color: 4000390.
HSL color Cylindrical-coordinate representation of color #860A3D: hue angle of 335.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A3D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 61 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.47 |
| HSL | 335.32º | 0.86% | 0.28% | - |
| HSV(B) | 335.32º | 0.93% | 0.53% | - |
| XYZ | 10.78 | 5.62 | 4.93 | - |
| YUV | 52.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 61 | 0 | 0.93 | 0.54 | 0.47 | 335.32 | 0.86 | 0.28 |
| Hex | 86 | A | 3D | 0 | 5D | 36 | 2F | 14F | 56 | 1C |
| Octal | 206 | 12 | 75 | 0 | 135 | 66 | 57 | 517 | 126 | 34 |
| Binary | 10000110 | 1010 | 111101 | 0 | 1011101 | 110110 | 101111 | 101001111 | 1010110 | 11100 |
Color Harmonies of #860A3D
Complementary color
Monochromatic Colors of #860A3D
Black with #860A3D
Text Example
Text Example
White with #860A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A3D; }
p { color: rgb(134,10,61); }
H1.HeaderClassName
{
color: #860A3D;
}
.AnyTagClassName
{
color: #860A3D;
}
</style>
background-color css
<style>
a { background-color: #860A3D; }
a { background-color: rgb(134,10,61); }
div.DivClassName
{
background-color: #860A3D;
}
.BgClassName
{
background-color: #860A3D;
}
</style>
border-color css
<style>
span { border-color: #860A3D; }
span { border-color: rgb(134,10,61); }
td.TdClassName
{
border-color: #860A3D;
}
.TagClassName
{
border-color: #860A3D;
}
</style>