Shades of Burgundy #850136
Tints of Burgundy #850136
RGB
CMYK
RGB Variations
Color information
#850136 (or 0x850136) is known color: Burgundy. HEX triplet: 85, 01 and 36. RGB value is (133,1,54). Sum of RGB (Red+Green+Blue) = 133+1+54=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #850136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850136 is #7AFEC9. Grayscale: #2E2E2E. Windows color (decimal): -8060618 or 3539333. OLE color: 3539333.
HSL color Cylindrical-coordinate representation of color #850136: hue angle of 335.91º 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 #850136 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.48 |
| HSL | 335.91º | 0.99% | 0.26% | - |
| HSV(B) | 335.91º | 0.99% | 0.52% | - |
| XYZ | 10.35 | 5.27 | 3.96 | - |
| YUV | 46.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 54 | 0 | 0.99 | 0.59 | 0.48 | 335.91 | 0.99 | 0.26 |
| Hex | 85 | 1 | 36 | 0 | 63 | 3B | 30 | 150 | 63 | 1A |
| Octal | 205 | 1 | 66 | 0 | 143 | 73 | 60 | 520 | 143 | 32 |
| Binary | 10000101 | 1 | 110110 | 0 | 1100011 | 111011 | 110000 | 101010000 | 1100011 | 11010 |
Color Harmonies of #850136
Complementary color
Monochromatic Colors of #850136
Black with #850136
Text Example
Text Example
White with #850136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850136; }
p { color: rgb(133,1,54); }
H1.HeaderClassName
{
color: #850136;
}
.AnyTagClassName
{
color: #850136;
}
</style>
background-color css
<style>
a { background-color: #850136; }
a { background-color: rgb(133,1,54); }
div.DivClassName
{
background-color: #850136;
}
.BgClassName
{
background-color: #850136;
}
</style>
border-color css
<style>
span { border-color: #850136; }
span { border-color: rgb(133,1,54); }
td.TdClassName
{
border-color: #850136;
}
.TagClassName
{
border-color: #850136;
}
</style>