Shades of Burgundy #850837
Tints of Burgundy #850837
RGB
CMYK
RGB Variations
Color information
#850837 (or 0x850837) is known color: Burgundy. HEX triplet: 85, 08 and 37. RGB value is (133,8,55). Sum of RGB (Red+Green+Blue) = 133+8+55=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #850837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850837 is #7AF7C8. Grayscale: #323232. Windows color (decimal): -8058825 or 3606661. OLE color: 3606661.
HSL color Cylindrical-coordinate representation of color #850837: hue angle of 337.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850837 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 55 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.48 |
| HSL | 337.44º | 0.89% | 0.28% | - |
| HSV(B) | 337.44º | 0.94% | 0.52% | - |
| XYZ | 10.45 | 5.44 | 4.11 | - |
| YUV | 50.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 55 | 0 | 0.94 | 0.59 | 0.48 | 337.44 | 0.89 | 0.28 |
| Hex | 85 | 8 | 37 | 0 | 5E | 3B | 30 | 151 | 59 | 1C |
| Octal | 205 | 10 | 67 | 0 | 136 | 73 | 60 | 521 | 131 | 34 |
| Binary | 10000101 | 1000 | 110111 | 0 | 1011110 | 111011 | 110000 | 101010001 | 1011001 | 11100 |
Color Harmonies of #850837
Complementary color
Monochromatic Colors of #850837
Black with #850837
Text Example
Text Example
White with #850837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850837; }
p { color: rgb(133,8,55); }
H1.HeaderClassName
{
color: #850837;
}
.AnyTagClassName
{
color: #850837;
}
</style>
background-color css
<style>
a { background-color: #850837; }
a { background-color: rgb(133,8,55); }
div.DivClassName
{
background-color: #850837;
}
.BgClassName
{
background-color: #850837;
}
</style>
border-color css
<style>
span { border-color: #850837; }
span { border-color: rgb(133,8,55); }
td.TdClassName
{
border-color: #850837;
}
.TagClassName
{
border-color: #850837;
}
</style>