Shades of Burgundy #85112E
Tints of Burgundy #85112E
RGB
CMYK
RGB Variations
Color information
#85112E (or 0x85112E) is known color: Burgundy. HEX triplet: 85, 11 and 2E. RGB value is (133,17,46). Sum of RGB (Red+Green+Blue) = 133+17+46=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85112E is #7AEED1. Grayscale: #363636. Windows color (decimal): -8056530 or 3019141. OLE color: 3019141.
HSL color Cylindrical-coordinate representation of color #85112E: hue angle of 345º 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 #85112E is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 46 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.48 |
| HSL | 345º | 0.77% | 0.29% | - |
| HSV(B) | 345º | 0.87% | 0.52% | - |
| XYZ | 10.37 | 5.58 | 3.12 | - |
| YUV | 54.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 46 | 0 | 0.87 | 0.65 | 0.48 | 345 | 0.77 | 0.29 |
| Hex | 85 | 11 | 2E | 0 | 57 | 41 | 30 | 159 | 4D | 1D |
| Octal | 205 | 21 | 56 | 0 | 127 | 101 | 60 | 531 | 115 | 35 |
| Binary | 10000101 | 10001 | 101110 | 0 | 1010111 | 1000001 | 110000 | 101011001 | 1001101 | 11101 |
Color Harmonies of #85112E
Complementary color
Monochromatic Colors of #85112E
Black with #85112E
Text Example
Text Example
White with #85112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85112E; }
p { color: rgb(133,17,46); }
H1.HeaderClassName
{
color: #85112E;
}
.AnyTagClassName
{
color: #85112E;
}
</style>
background-color css
<style>
a { background-color: #85112E; }
a { background-color: rgb(133,17,46); }
div.DivClassName
{
background-color: #85112E;
}
.BgClassName
{
background-color: #85112E;
}
</style>
border-color css
<style>
span { border-color: #85112E; }
span { border-color: rgb(133,17,46); }
td.TdClassName
{
border-color: #85112E;
}
.TagClassName
{
border-color: #85112E;
}
</style>