Shades of Burgundy #850135
Tints of Burgundy #850135
RGB
CMYK
RGB Variations
Color information
#850135 (or 0x850135) is known color: Burgundy. HEX triplet: 85, 01 and 35. RGB value is (133,1,53). Sum of RGB (Red+Green+Blue) = 133+1+53=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #850135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850135 is #7AFECA. Grayscale: #2E2E2E. Windows color (decimal): -8060619 or 3473797. OLE color: 3473797.
HSL color Cylindrical-coordinate representation of color #850135: hue angle of 336.36º 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 #850135 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.48 |
| HSL | 336.36º | 0.99% | 0.26% | - |
| HSV(B) | 336.36º | 0.99% | 0.52% | - |
| XYZ | 10.33 | 5.27 | 3.84 | - |
| YUV | 46.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 53 | 0 | 0.99 | 0.60 | 0.48 | 336.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 35 | 0 | 63 | 3C | 30 | 150 | 63 | 1A |
| Octal | 205 | 1 | 65 | 0 | 143 | 74 | 60 | 520 | 143 | 32 |
| Binary | 10000101 | 1 | 110101 | 0 | 1100011 | 111100 | 110000 | 101010000 | 1100011 | 11010 |
Color Harmonies of #850135
Complementary color
Monochromatic Colors of #850135
Black with #850135
Text Example
Text Example
White with #850135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850135; }
p { color: rgb(133,1,53); }
H1.HeaderClassName
{
color: #850135;
}
.AnyTagClassName
{
color: #850135;
}
</style>
background-color css
<style>
a { background-color: #850135; }
a { background-color: rgb(133,1,53); }
div.DivClassName
{
background-color: #850135;
}
.BgClassName
{
background-color: #850135;
}
</style>
border-color css
<style>
span { border-color: #850135; }
span { border-color: rgb(133,1,53); }
td.TdClassName
{
border-color: #850135;
}
.TagClassName
{
border-color: #850135;
}
</style>