Shades of Burgundy #850236
Tints of Burgundy #850236
RGB
CMYK
RGB Variations
Color information
#850236 (or 0x850236) is known color: Burgundy. HEX triplet: 85, 02 and 36. RGB value is (133,2,54). Sum of RGB (Red+Green+Blue) = 133+2+54=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #850236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850236 is #7AFDC9. Grayscale: #2F2F2F. Windows color (decimal): -8060362 or 3539589. OLE color: 3539589.
HSL color Cylindrical-coordinate representation of color #850236: hue angle of 336.18º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850236 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 54 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.48 |
| HSL | 336.18º | 0.97% | 0.26% | - |
| HSV(B) | 336.18º | 0.98% | 0.52% | - |
| XYZ | 10.36 | 5.3 | 3.97 | - |
| YUV | 47.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 54 | 0 | 0.98 | 0.59 | 0.48 | 336.18 | 0.97 | 0.26 |
| Hex | 85 | 2 | 36 | 0 | 62 | 3B | 30 | 150 | 61 | 1A |
| Octal | 205 | 2 | 66 | 0 | 142 | 73 | 60 | 520 | 141 | 32 |
| Binary | 10000101 | 10 | 110110 | 0 | 1100010 | 111011 | 110000 | 101010000 | 1100001 | 11010 |
Color Harmonies of #850236
Complementary color
Monochromatic Colors of #850236
Black with #850236
Text Example
Text Example
White with #850236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850236; }
p { color: rgb(133,2,54); }
H1.HeaderClassName
{
color: #850236;
}
.AnyTagClassName
{
color: #850236;
}
</style>
background-color css
<style>
a { background-color: #850236; }
a { background-color: rgb(133,2,54); }
div.DivClassName
{
background-color: #850236;
}
.BgClassName
{
background-color: #850236;
}
</style>
border-color css
<style>
span { border-color: #850236; }
span { border-color: rgb(133,2,54); }
td.TdClassName
{
border-color: #850236;
}
.TagClassName
{
border-color: #850236;
}
</style>