Shades of Burgundy #85111E
Tints of Burgundy #85111E
RGB
CMYK
RGB Variations
Color information
#85111E (or 0x85111E) is known color: Burgundy. HEX triplet: 85, 11 and 1E. RGB value is (133,17,30). Sum of RGB (Red+Green+Blue) = 133+17+30=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85111E is #7AEEE1. Grayscale: #353535. Windows color (decimal): -8056546 or 1970565. OLE color: 1970565.
HSL color Cylindrical-coordinate representation of color #85111E: hue angle of 353.28º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85111E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 30 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.48 |
| HSL | 353.28º | 0.77% | 0.29% | - |
| HSV(B) | 353.28º | 0.87% | 0.52% | - |
| XYZ | 10.11 | 5.48 | 1.75 | - |
| YUV | 53.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 30 | 0 | 0.87 | 0.77 | 0.48 | 353.28 | 0.77 | 0.29 |
| Hex | 85 | 11 | 1E | 0 | 57 | 4D | 30 | 161 | 4D | 1D |
| Octal | 205 | 21 | 36 | 0 | 127 | 115 | 60 | 541 | 115 | 35 |
| Binary | 10000101 | 10001 | 11110 | 0 | 1010111 | 1001101 | 110000 | 101100001 | 1001101 | 11101 |
Color Harmonies of #85111E
Complementary color
Monochromatic Colors of #85111E
Black with #85111E
Text Example
Text Example
White with #85111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85111E; }
p { color: rgb(133,17,30); }
H1.HeaderClassName
{
color: #85111E;
}
.AnyTagClassName
{
color: #85111E;
}
</style>
background-color css
<style>
a { background-color: #85111E; }
a { background-color: rgb(133,17,30); }
div.DivClassName
{
background-color: #85111E;
}
.BgClassName
{
background-color: #85111E;
}
</style>
border-color css
<style>
span { border-color: #85111E; }
span { border-color: rgb(133,17,30); }
td.TdClassName
{
border-color: #85111E;
}
.TagClassName
{
border-color: #85111E;
}
</style>