Shades of Burgundy #860832
Tints of Burgundy #860832
RGB
CMYK
RGB Variations
Color information
#860832 (or 0x860832) is known color: Burgundy. HEX triplet: 86, 08 and 32. RGB value is (134,8,50). Sum of RGB (Red+Green+Blue) = 134+8+50=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #860832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860832 is #79F7CD. Grayscale: #323232. Windows color (decimal): -7993294 or 3278982. OLE color: 3278982.
HSL color Cylindrical-coordinate representation of color #860832: hue angle of 340º 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 #860832 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 50 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.47 |
| HSL | 340º | 0.89% | 0.28% | - |
| HSV(B) | 340º | 0.94% | 0.53% | - |
| XYZ | 10.49 | 5.47 | 3.52 | - |
| YUV | 50.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 50 | 0 | 0.94 | 0.63 | 0.47 | 340 | 0.89 | 0.28 |
| Hex | 86 | 8 | 32 | 0 | 5E | 3F | 2F | 154 | 59 | 1C |
| Octal | 206 | 10 | 62 | 0 | 136 | 77 | 57 | 524 | 131 | 34 |
| Binary | 10000110 | 1000 | 110010 | 0 | 1011110 | 111111 | 101111 | 101010100 | 1011001 | 11100 |
Color Harmonies of #860832
Complementary color
Monochromatic Colors of #860832
Black with #860832
Text Example
Text Example
White with #860832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860832; }
p { color: rgb(134,8,50); }
H1.HeaderClassName
{
color: #860832;
}
.AnyTagClassName
{
color: #860832;
}
</style>
background-color css
<style>
a { background-color: #860832; }
a { background-color: rgb(134,8,50); }
div.DivClassName
{
background-color: #860832;
}
.BgClassName
{
background-color: #860832;
}
</style>
border-color css
<style>
span { border-color: #860832; }
span { border-color: rgb(134,8,50); }
td.TdClassName
{
border-color: #860832;
}
.TagClassName
{
border-color: #860832;
}
</style>