Shades of Burgundy #850D36
Tints of Burgundy #850D36
RGB
CMYK
RGB Variations
Color information
#850D36 (or 0x850D36) is known color: Burgundy. HEX triplet: 85, 0D and 36. RGB value is (133,13,54). Sum of RGB (Red+Green+Blue) = 133+13+54=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #850D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D36 is #7AF2C9. Grayscale: #353535. Windows color (decimal): -8057546 or 3542405. OLE color: 3542405.
HSL color Cylindrical-coordinate representation of color #850D36: hue angle of 339.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D36 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 54 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.48 |
| HSL | 339.5º | 0.82% | 0.29% | - |
| HSV(B) | 339.5º | 0.9% | 0.52% | - |
| XYZ | 10.48 | 5.54 | 4.01 | - |
| YUV | 53.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 54 | 0 | 0.90 | 0.59 | 0.48 | 339.5 | 0.82 | 0.29 |
| Hex | 85 | D | 36 | 0 | 5A | 3B | 30 | 154 | 52 | 1D |
| Octal | 205 | 15 | 66 | 0 | 132 | 73 | 60 | 524 | 122 | 35 |
| Binary | 10000101 | 1101 | 110110 | 0 | 1011010 | 111011 | 110000 | 101010100 | 1010010 | 11101 |
Color Harmonies of #850D36
Complementary color
Monochromatic Colors of #850D36
Black with #850D36
Text Example
Text Example
White with #850D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D36; }
p { color: rgb(133,13,54); }
H1.HeaderClassName
{
color: #850D36;
}
.AnyTagClassName
{
color: #850D36;
}
</style>
background-color css
<style>
a { background-color: #850D36; }
a { background-color: rgb(133,13,54); }
div.DivClassName
{
background-color: #850D36;
}
.BgClassName
{
background-color: #850D36;
}
</style>
border-color css
<style>
span { border-color: #850D36; }
span { border-color: rgb(133,13,54); }
td.TdClassName
{
border-color: #850D36;
}
.TagClassName
{
border-color: #850D36;
}
</style>