Shades of Burgundy #850D32
Tints of Burgundy #850D32
RGB
CMYK
RGB Variations
Color information
#850D32 (or 0x850D32) is known color: Burgundy. HEX triplet: 85, 0D and 32. RGB value is (133,13,50). Sum of RGB (Red+Green+Blue) = 133+13+50=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #850D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D32 is #7AF2CD. Grayscale: #353535. Windows color (decimal): -8057550 or 3280261. OLE color: 3280261.
HSL color Cylindrical-coordinate representation of color #850D32: hue angle of 341.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 #850D32 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 50 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.48 |
| HSL | 341.5º | 0.82% | 0.29% | - |
| HSV(B) | 341.5º | 0.9% | 0.52% | - |
| XYZ | 10.39 | 5.5 | 3.53 | - |
| YUV | 53.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 50 | 0 | 0.90 | 0.62 | 0.48 | 341.5 | 0.82 | 0.29 |
| Hex | 85 | D | 32 | 0 | 5A | 3E | 30 | 156 | 52 | 1D |
| Octal | 205 | 15 | 62 | 0 | 132 | 76 | 60 | 526 | 122 | 35 |
| Binary | 10000101 | 1101 | 110010 | 0 | 1011010 | 111110 | 110000 | 101010110 | 1010010 | 11101 |
Color Harmonies of #850D32
Complementary color
Monochromatic Colors of #850D32
Black with #850D32
Text Example
Text Example
White with #850D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D32; }
p { color: rgb(133,13,50); }
H1.HeaderClassName
{
color: #850D32;
}
.AnyTagClassName
{
color: #850D32;
}
</style>
background-color css
<style>
a { background-color: #850D32; }
a { background-color: rgb(133,13,50); }
div.DivClassName
{
background-color: #850D32;
}
.BgClassName
{
background-color: #850D32;
}
</style>
border-color css
<style>
span { border-color: #850D32; }
span { border-color: rgb(133,13,50); }
td.TdClassName
{
border-color: #850D32;
}
.TagClassName
{
border-color: #850D32;
}
</style>