Shades of Burgundy #850139
Tints of Burgundy #850139
RGB
CMYK
RGB Variations
Color information
#850139 (or 0x850139) is known color: Burgundy. HEX triplet: 85, 01 and 39. RGB value is (133,1,57). Sum of RGB (Red+Green+Blue) = 133+1+57=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #850139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850139 is #7AFEC6. Grayscale: #2E2E2E. Windows color (decimal): -8060615 or 3735941. OLE color: 3735941.
HSL color Cylindrical-coordinate representation of color #850139: hue angle of 334.55º 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 #850139 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.48 |
| HSL | 334.55º | 0.99% | 0.26% | - |
| HSV(B) | 334.55º | 0.99% | 0.52% | - |
| XYZ | 10.42 | 5.3 | 4.35 | - |
| YUV | 46.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 57 | 0 | 0.99 | 0.57 | 0.48 | 334.55 | 0.99 | 0.26 |
| Hex | 85 | 1 | 39 | 0 | 63 | 39 | 30 | 14F | 63 | 1A |
| Octal | 205 | 1 | 71 | 0 | 143 | 71 | 60 | 517 | 143 | 32 |
| Binary | 10000101 | 1 | 111001 | 0 | 1100011 | 111001 | 110000 | 101001111 | 1100011 | 11010 |
Color Harmonies of #850139
Complementary color
Monochromatic Colors of #850139
Black with #850139
Text Example
Text Example
White with #850139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850139; }
p { color: rgb(133,1,57); }
H1.HeaderClassName
{
color: #850139;
}
.AnyTagClassName
{
color: #850139;
}
</style>
background-color css
<style>
a { background-color: #850139; }
a { background-color: rgb(133,1,57); }
div.DivClassName
{
background-color: #850139;
}
.BgClassName
{
background-color: #850139;
}
</style>
border-color css
<style>
span { border-color: #850139; }
span { border-color: rgb(133,1,57); }
td.TdClassName
{
border-color: #850139;
}
.TagClassName
{
border-color: #850139;
}
</style>