Shades of Burgundy #860835
Tints of Burgundy #860835
RGB
CMYK
RGB Variations
Color information
#860835 (or 0x860835) is known color: Burgundy. HEX triplet: 86, 08 and 35. RGB value is (134,8,53). Sum of RGB (Red+Green+Blue) = 134+8+53=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #860835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860835 is #79F7CA. Grayscale: #323232. Windows color (decimal): -7993291 or 3475590. OLE color: 3475590.
HSL color Cylindrical-coordinate representation of color #860835: hue angle of 338.57º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860835 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 53 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.47 |
| HSL | 338.57º | 0.89% | 0.28% | - |
| HSV(B) | 338.57º | 0.94% | 0.53% | - |
| XYZ | 10.56 | 5.5 | 3.87 | - |
| YUV | 50.8 | 129.24 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 53 | 0 | 0.94 | 0.60 | 0.47 | 338.57 | 0.89 | 0.28 |
| Hex | 86 | 8 | 35 | 0 | 5E | 3C | 2F | 153 | 59 | 1C |
| Octal | 206 | 10 | 65 | 0 | 136 | 74 | 57 | 523 | 131 | 34 |
| Binary | 10000110 | 1000 | 110101 | 0 | 1011110 | 111100 | 101111 | 101010011 | 1011001 | 11100 |
Color Harmonies of #860835
Complementary color
Monochromatic Colors of #860835
Black with #860835
Text Example
Text Example
White with #860835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860835; }
p { color: rgb(134,8,53); }
H1.HeaderClassName
{
color: #860835;
}
.AnyTagClassName
{
color: #860835;
}
</style>
background-color css
<style>
a { background-color: #860835; }
a { background-color: rgb(134,8,53); }
div.DivClassName
{
background-color: #860835;
}
.BgClassName
{
background-color: #860835;
}
</style>
border-color css
<style>
span { border-color: #860835; }
span { border-color: rgb(134,8,53); }
td.TdClassName
{
border-color: #860835;
}
.TagClassName
{
border-color: #860835;
}
</style>