Shades of Burgundy #850133
Tints of Burgundy #850133
RGB
CMYK
RGB Variations
Color information
#850133 (or 0x850133) is known color: Burgundy. HEX triplet: 85, 01 and 33. RGB value is (133,1,51). Sum of RGB (Red+Green+Blue) = 133+1+51=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #850133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850133 is #7AFECC. Grayscale: #2E2E2E. Windows color (decimal): -8060621 or 3342725. OLE color: 3342725.
HSL color Cylindrical-coordinate representation of color #850133: hue angle of 337.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850133 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.48 |
| HSL | 337.27º | 0.99% | 0.26% | - |
| HSV(B) | 337.27º | 0.99% | 0.52% | - |
| XYZ | 10.28 | 5.25 | 3.6 | - |
| YUV | 46.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 51 | 0 | 0.99 | 0.62 | 0.48 | 337.27 | 0.99 | 0.26 |
| Hex | 85 | 1 | 33 | 0 | 63 | 3E | 30 | 151 | 63 | 1A |
| Octal | 205 | 1 | 63 | 0 | 143 | 76 | 60 | 521 | 143 | 32 |
| Binary | 10000101 | 1 | 110011 | 0 | 1100011 | 111110 | 110000 | 101010001 | 1100011 | 11010 |
Color Harmonies of #850133
Complementary color
Monochromatic Colors of #850133
Black with #850133
Text Example
Text Example
White with #850133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850133; }
p { color: rgb(133,1,51); }
H1.HeaderClassName
{
color: #850133;
}
.AnyTagClassName
{
color: #850133;
}
</style>
background-color css
<style>
a { background-color: #850133; }
a { background-color: rgb(133,1,51); }
div.DivClassName
{
background-color: #850133;
}
.BgClassName
{
background-color: #850133;
}
</style>
border-color css
<style>
span { border-color: #850133; }
span { border-color: rgb(133,1,51); }
td.TdClassName
{
border-color: #850133;
}
.TagClassName
{
border-color: #850133;
}
</style>