Shades of Burgundy #850D39
Tints of Burgundy #850D39
RGB
CMYK
RGB Variations
Color information
#850D39 (or 0x850D39) is known color: Burgundy. HEX triplet: 85, 0D and 39. RGB value is (133,13,57). Sum of RGB (Red+Green+Blue) = 133+13+57=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D39 is #7AF2C6. Grayscale: #353535. Windows color (decimal): -8057543 or 3739013. OLE color: 3739013.
HSL color Cylindrical-coordinate representation of color #850D39: hue angle of 338º 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 #850D39 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 57 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.48 |
| HSL | 338º | 0.82% | 0.29% | - |
| HSV(B) | 338º | 0.9% | 0.52% | - |
| XYZ | 10.56 | 5.57 | 4.39 | - |
| YUV | 53.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 57 | 0 | 0.90 | 0.57 | 0.48 | 338 | 0.82 | 0.29 |
| Hex | 85 | D | 39 | 0 | 5A | 39 | 30 | 152 | 52 | 1D |
| Octal | 205 | 15 | 71 | 0 | 132 | 71 | 60 | 522 | 122 | 35 |
| Binary | 10000101 | 1101 | 111001 | 0 | 1011010 | 111001 | 110000 | 101010010 | 1010010 | 11101 |
Color Harmonies of #850D39
Complementary color
Monochromatic Colors of #850D39
Black with #850D39
Text Example
Text Example
White with #850D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D39; }
p { color: rgb(133,13,57); }
H1.HeaderClassName
{
color: #850D39;
}
.AnyTagClassName
{
color: #850D39;
}
</style>
background-color css
<style>
a { background-color: #850D39; }
a { background-color: rgb(133,13,57); }
div.DivClassName
{
background-color: #850D39;
}
.BgClassName
{
background-color: #850D39;
}
</style>
border-color css
<style>
span { border-color: #850D39; }
span { border-color: rgb(133,13,57); }
td.TdClassName
{
border-color: #850D39;
}
.TagClassName
{
border-color: #850D39;
}
</style>