Shades of Burgundy #850537
Tints of Burgundy #850537
RGB
CMYK
RGB Variations
Color information
#850537 (or 0x850537) is known color: Burgundy. HEX triplet: 85, 05 and 37. RGB value is (133,5,55). Sum of RGB (Red+Green+Blue) = 133+5+55=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #850537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850537 is #7AFAC8. Grayscale: #303030. Windows color (decimal): -8059593 or 3605893. OLE color: 3605893.
HSL color Cylindrical-coordinate representation of color #850537: hue angle of 336.56º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850537 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 55 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.48 |
| HSL | 336.56º | 0.93% | 0.27% | - |
| HSV(B) | 336.56º | 0.96% | 0.52% | - |
| XYZ | 10.42 | 5.37 | 4.1 | - |
| YUV | 48.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 55 | 0 | 0.96 | 0.59 | 0.48 | 336.56 | 0.93 | 0.27 |
| Hex | 85 | 5 | 37 | 0 | 60 | 3B | 30 | 151 | 5D | 1B |
| Octal | 205 | 5 | 67 | 0 | 140 | 73 | 60 | 521 | 135 | 33 |
| Binary | 10000101 | 101 | 110111 | 0 | 1100000 | 111011 | 110000 | 101010001 | 1011101 | 11011 |
Color Harmonies of #850537
Complementary color
Monochromatic Colors of #850537
Black with #850537
Text Example
Text Example
White with #850537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850537; }
p { color: rgb(133,5,55); }
H1.HeaderClassName
{
color: #850537;
}
.AnyTagClassName
{
color: #850537;
}
</style>
background-color css
<style>
a { background-color: #850537; }
a { background-color: rgb(133,5,55); }
div.DivClassName
{
background-color: #850537;
}
.BgClassName
{
background-color: #850537;
}
</style>
border-color css
<style>
span { border-color: #850537; }
span { border-color: rgb(133,5,55); }
td.TdClassName
{
border-color: #850537;
}
.TagClassName
{
border-color: #850537;
}
</style>