Shades of Burgundy #85121E
Tints of Burgundy #85121E
RGB
CMYK
RGB Variations
Color information
#85121E (or 0x85121E) is known color: Burgundy. HEX triplet: 85, 12 and 1E. RGB value is (133,18,30). Sum of RGB (Red+Green+Blue) = 133+18+30=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121E is #7AEDE1. Grayscale: #353535. Windows color (decimal): -8056290 or 1970821. OLE color: 1970821.
HSL color Cylindrical-coordinate representation of color #85121E: hue angle of 353.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85121E is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 30 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.48 |
| HSL | 353.74º | 0.76% | 0.3% | - |
| HSV(B) | 353.74º | 0.86% | 0.52% | - |
| XYZ | 10.12 | 5.51 | 1.76 | - |
| YUV | 53.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 30 | 0 | 0.86 | 0.77 | 0.48 | 353.74 | 0.76 | 0.3 |
| Hex | 85 | 12 | 1E | 0 | 56 | 4D | 30 | 162 | 4C | 1E |
| Octal | 205 | 22 | 36 | 0 | 126 | 115 | 60 | 542 | 114 | 36 |
| Binary | 10000101 | 10010 | 11110 | 0 | 1010110 | 1001101 | 110000 | 101100010 | 1001100 | 11110 |
Color Harmonies of #85121E
Complementary color
Monochromatic Colors of #85121E
Black with #85121E
Text Example
Text Example
White with #85121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85121E; }
p { color: rgb(133,18,30); }
H1.HeaderClassName
{
color: #85121E;
}
.AnyTagClassName
{
color: #85121E;
}
</style>
background-color css
<style>
a { background-color: #85121E; }
a { background-color: rgb(133,18,30); }
div.DivClassName
{
background-color: #85121E;
}
.BgClassName
{
background-color: #85121E;
}
</style>
border-color css
<style>
span { border-color: #85121E; }
span { border-color: rgb(133,18,30); }
td.TdClassName
{
border-color: #85121E;
}
.TagClassName
{
border-color: #85121E;
}
</style>