Shades of Burgundy #85111C
Tints of Burgundy #85111C
RGB
CMYK
RGB Variations
Color information
#85111C (or 0x85111C) is known color: Burgundy. HEX triplet: 85, 11 and 1C. RGB value is (133,17,28). Sum of RGB (Red+Green+Blue) = 133+17+28=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85111C is #7AEEE3. Grayscale: #353535. Windows color (decimal): -8056548 or 1839493. OLE color: 1839493.
HSL color Cylindrical-coordinate representation of color #85111C: hue angle of 354.31º 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 #85111C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 28 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.48 |
| HSL | 354.31º | 0.77% | 0.29% | - |
| HSV(B) | 354.31º | 0.87% | 0.52% | - |
| XYZ | 10.08 | 5.47 | 1.62 | - |
| YUV | 52.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 28 | 0 | 0.87 | 0.79 | 0.48 | 354.31 | 0.77 | 0.29 |
| Hex | 85 | 11 | 1C | 0 | 57 | 4F | 30 | 162 | 4D | 1D |
| Octal | 205 | 21 | 34 | 0 | 127 | 117 | 60 | 542 | 115 | 35 |
| Binary | 10000101 | 10001 | 11100 | 0 | 1010111 | 1001111 | 110000 | 101100010 | 1001101 | 11101 |
Color Harmonies of #85111C
Complementary color
Monochromatic Colors of #85111C
Black with #85111C
Text Example
Text Example
White with #85111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85111C; }
p { color: rgb(133,17,28); }
H1.HeaderClassName
{
color: #85111C;
}
.AnyTagClassName
{
color: #85111C;
}
</style>
background-color css
<style>
a { background-color: #85111C; }
a { background-color: rgb(133,17,28); }
div.DivClassName
{
background-color: #85111C;
}
.BgClassName
{
background-color: #85111C;
}
</style>
border-color css
<style>
span { border-color: #85111C; }
span { border-color: rgb(133,17,28); }
td.TdClassName
{
border-color: #85111C;
}
.TagClassName
{
border-color: #85111C;
}
</style>