Shades of Burgundy #860331
Tints of Burgundy #860331
RGB
CMYK
RGB Variations
Color information
#860331 (or 0x860331) is known color: Burgundy. HEX triplet: 86, 03 and 31. RGB value is (134,3,49). Sum of RGB (Red+Green+Blue) = 134+3+49=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #860331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860331 is #79FCCE. Grayscale: #2F2F2F. Windows color (decimal): -7994575 or 3212166. OLE color: 3212166.
HSL color Cylindrical-coordinate representation of color #860331: hue angle of 338.93º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860331 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.47 |
| HSL | 338.93º | 0.96% | 0.27% | - |
| HSV(B) | 338.93º | 0.98% | 0.53% | - |
| XYZ | 10.42 | 5.36 | 3.39 | - |
| YUV | 47.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 49 | 0 | 0.98 | 0.63 | 0.47 | 338.93 | 0.96 | 0.27 |
| Hex | 86 | 3 | 31 | 0 | 62 | 3F | 2F | 153 | 60 | 1B |
| Octal | 206 | 3 | 61 | 0 | 142 | 77 | 57 | 523 | 140 | 33 |
| Binary | 10000110 | 11 | 110001 | 0 | 1100010 | 111111 | 101111 | 101010011 | 1100000 | 11011 |
Color Harmonies of #860331
Complementary color
Monochromatic Colors of #860331
Black with #860331
Text Example
Text Example
White with #860331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860331; }
p { color: rgb(134,3,49); }
H1.HeaderClassName
{
color: #860331;
}
.AnyTagClassName
{
color: #860331;
}
</style>
background-color css
<style>
a { background-color: #860331; }
a { background-color: rgb(134,3,49); }
div.DivClassName
{
background-color: #860331;
}
.BgClassName
{
background-color: #860331;
}
</style>
border-color css
<style>
span { border-color: #860331; }
span { border-color: rgb(134,3,49); }
td.TdClassName
{
border-color: #860331;
}
.TagClassName
{
border-color: #860331;
}
</style>