Shades of Burgundy #850D33
Tints of Burgundy #850D33
RGB
CMYK
RGB Variations
Color information
#850D33 (or 0x850D33) is known color: Burgundy. HEX triplet: 85, 0D and 33. RGB value is (133,13,51). Sum of RGB (Red+Green+Blue) = 133+13+51=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #850D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D33 is #7AF2CC. Grayscale: #353535. Windows color (decimal): -8057549 or 3345797. OLE color: 3345797.
HSL color Cylindrical-coordinate representation of color #850D33: hue angle of 341º 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 #850D33 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 51 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.48 |
| HSL | 341º | 0.82% | 0.29% | - |
| HSV(B) | 341º | 0.9% | 0.52% | - |
| XYZ | 10.41 | 5.51 | 3.65 | - |
| YUV | 53.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 51 | 0 | 0.90 | 0.62 | 0.48 | 341 | 0.82 | 0.29 |
| Hex | 85 | D | 33 | 0 | 5A | 3E | 30 | 155 | 52 | 1D |
| Octal | 205 | 15 | 63 | 0 | 132 | 76 | 60 | 525 | 122 | 35 |
| Binary | 10000101 | 1101 | 110011 | 0 | 1011010 | 111110 | 110000 | 101010101 | 1010010 | 11101 |
Color Harmonies of #850D33
Complementary color
Monochromatic Colors of #850D33
Black with #850D33
Text Example
Text Example
White with #850D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D33; }
p { color: rgb(133,13,51); }
H1.HeaderClassName
{
color: #850D33;
}
.AnyTagClassName
{
color: #850D33;
}
</style>
background-color css
<style>
a { background-color: #850D33; }
a { background-color: rgb(133,13,51); }
div.DivClassName
{
background-color: #850D33;
}
.BgClassName
{
background-color: #850D33;
}
</style>
border-color css
<style>
span { border-color: #850D33; }
span { border-color: rgb(133,13,51); }
td.TdClassName
{
border-color: #850D33;
}
.TagClassName
{
border-color: #850D33;
}
</style>