Shades of Burgundy #860335
Tints of Burgundy #860335
RGB
CMYK
RGB Variations
Color information
#860335 (or 0x860335) is known color: Burgundy. HEX triplet: 86, 03 and 35. RGB value is (134,3,53). Sum of RGB (Red+Green+Blue) = 134+3+53=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #860335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860335 is #79FCCA. Grayscale: #2F2F2F. Windows color (decimal): -7994571 or 3474310. OLE color: 3474310.
HSL color Cylindrical-coordinate representation of color #860335: hue angle of 337.1º 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 #860335 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 53 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.47 |
| HSL | 337.1º | 0.96% | 0.27% | - |
| HSV(B) | 337.1º | 0.98% | 0.53% | - |
| XYZ | 10.51 | 5.39 | 3.85 | - |
| YUV | 47.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 53 | 0 | 0.98 | 0.60 | 0.47 | 337.1 | 0.96 | 0.27 |
| Hex | 86 | 3 | 35 | 0 | 62 | 3C | 2F | 151 | 60 | 1B |
| Octal | 206 | 3 | 65 | 0 | 142 | 74 | 57 | 521 | 140 | 33 |
| Binary | 10000110 | 11 | 110101 | 0 | 1100010 | 111100 | 101111 | 101010001 | 1100000 | 11011 |
Color Harmonies of #860335
Complementary color
Monochromatic Colors of #860335
Black with #860335
Text Example
Text Example
White with #860335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860335; }
p { color: rgb(134,3,53); }
H1.HeaderClassName
{
color: #860335;
}
.AnyTagClassName
{
color: #860335;
}
</style>
background-color css
<style>
a { background-color: #860335; }
a { background-color: rgb(134,3,53); }
div.DivClassName
{
background-color: #860335;
}
.BgClassName
{
background-color: #860335;
}
</style>
border-color css
<style>
span { border-color: #860335; }
span { border-color: rgb(134,3,53); }
td.TdClassName
{
border-color: #860335;
}
.TagClassName
{
border-color: #860335;
}
</style>