Shades of Burgundy #850635
Tints of Burgundy #850635
RGB
CMYK
RGB Variations
Color information
#850635 (or 0x850635) is known color: Burgundy. HEX triplet: 85, 06 and 35. RGB value is (133,6,53). Sum of RGB (Red+Green+Blue) = 133+6+53=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850635 is #7AF9CA. Grayscale: #313131. Windows color (decimal): -8059339 or 3475077. OLE color: 3475077.
HSL color Cylindrical-coordinate representation of color #850635: hue angle of 337.8º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850635 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 53 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.48 |
| HSL | 337.8º | 0.91% | 0.27% | - |
| HSV(B) | 337.8º | 0.95% | 0.52% | - |
| XYZ | 10.38 | 5.37 | 3.86 | - |
| YUV | 49.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 53 | 0 | 0.95 | 0.60 | 0.48 | 337.8 | 0.91 | 0.27 |
| Hex | 85 | 6 | 35 | 0 | 5F | 3C | 30 | 152 | 5B | 1B |
| Octal | 205 | 6 | 65 | 0 | 137 | 74 | 60 | 522 | 133 | 33 |
| Binary | 10000101 | 110 | 110101 | 0 | 1011111 | 111100 | 110000 | 101010010 | 1011011 | 11011 |
Color Harmonies of #850635
Complementary color
Monochromatic Colors of #850635
Black with #850635
Text Example
Text Example
White with #850635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850635; }
p { color: rgb(133,6,53); }
H1.HeaderClassName
{
color: #850635;
}
.AnyTagClassName
{
color: #850635;
}
</style>
background-color css
<style>
a { background-color: #850635; }
a { background-color: rgb(133,6,53); }
div.DivClassName
{
background-color: #850635;
}
.BgClassName
{
background-color: #850635;
}
</style>
border-color css
<style>
span { border-color: #850635; }
span { border-color: rgb(133,6,53); }
td.TdClassName
{
border-color: #850635;
}
.TagClassName
{
border-color: #850635;
}
</style>