Shades of Burgundy #860932
Tints of Burgundy #860932
RGB
CMYK
RGB Variations
Color information
#860932 (or 0x860932) is known color: Burgundy. HEX triplet: 86, 09 and 32. RGB value is (134,9,50). Sum of RGB (Red+Green+Blue) = 134+9+50=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860932 is #79F6CD. Grayscale: #333333. Windows color (decimal): -7993038 or 3279238. OLE color: 3279238.
HSL color Cylindrical-coordinate representation of color #860932: hue angle of 340.32º degrees, saturation: 0.87, 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 #860932 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 50 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.47 |
| HSL | 340.32º | 0.87% | 0.28% | - |
| HSV(B) | 340.32º | 0.93% | 0.53% | - |
| XYZ | 10.5 | 5.49 | 3.52 | - |
| YUV | 51.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 50 | 0 | 0.93 | 0.63 | 0.47 | 340.32 | 0.87 | 0.28 |
| Hex | 86 | 9 | 32 | 0 | 5D | 3F | 2F | 154 | 57 | 1C |
| Octal | 206 | 11 | 62 | 0 | 135 | 77 | 57 | 524 | 127 | 34 |
| Binary | 10000110 | 1001 | 110010 | 0 | 1011101 | 111111 | 101111 | 101010100 | 1010111 | 11100 |
Color Harmonies of #860932
Complementary color
Monochromatic Colors of #860932
Black with #860932
Text Example
Text Example
White with #860932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860932; }
p { color: rgb(134,9,50); }
H1.HeaderClassName
{
color: #860932;
}
.AnyTagClassName
{
color: #860932;
}
</style>
background-color css
<style>
a { background-color: #860932; }
a { background-color: rgb(134,9,50); }
div.DivClassName
{
background-color: #860932;
}
.BgClassName
{
background-color: #860932;
}
</style>
border-color css
<style>
span { border-color: #860932; }
span { border-color: rgb(134,9,50); }
td.TdClassName
{
border-color: #860932;
}
.TagClassName
{
border-color: #860932;
}
</style>