Shades of Burgundy #850033
Tints of Burgundy #850033
RGB
CMYK
RGB Variations
Color information
#850033 (or 0x850033) is known color: Burgundy. HEX triplet: 85, 00 and 33. RGB value is (133,0,51). Sum of RGB (Red+Green+Blue) = 133+0+51=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #850033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850033 is #7AFFCC. Grayscale: #2D2D2D. Windows color (decimal): -8060877 or 3342469. OLE color: 3342469.
HSL color Cylindrical-coordinate representation of color #850033: hue angle of 336.99º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850033 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.62 | 0.48 |
| HSL | 336.99º | 1% | 0.26% | - |
| HSV(B) | 336.99º | 1% | 0.52% | - |
| XYZ | 10.27 | 5.23 | 3.6 | - |
| YUV | 45.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 51 | 0 | 1 | 0.62 | 0.48 | 336.99 | 1 | 0.26 |
| Hex | 85 | 0 | 33 | 0 | 64 | 3E | 30 | 151 | 64 | 1A |
| Octal | 205 | 0 | 63 | 0 | 144 | 76 | 60 | 521 | 144 | 32 |
| Binary | 10000101 | 0 | 110011 | 0 | 1100100 | 111110 | 110000 | 101010001 | 1100100 | 11010 |
Color Harmonies of #850033
Complementary color
Monochromatic Colors of #850033
Black with #850033
Text Example
Text Example
White with #850033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850033; }
p { color: rgb(133,0,51); }
H1.HeaderClassName
{
color: #850033;
}
.AnyTagClassName
{
color: #850033;
}
</style>
background-color css
<style>
a { background-color: #850033; }
a { background-color: rgb(133,0,51); }
div.DivClassName
{
background-color: #850033;
}
.BgClassName
{
background-color: #850033;
}
</style>
border-color css
<style>
span { border-color: #850033; }
span { border-color: rgb(133,0,51); }
td.TdClassName
{
border-color: #850033;
}
.TagClassName
{
border-color: #850033;
}
</style>