Shades of Burgundy #85122C
Tints of Burgundy #85122C
RGB
CMYK
RGB Variations
Color information
#85122C (or 0x85122C) is known color: Burgundy. HEX triplet: 85, 12 and 2C. RGB value is (133,18,44). Sum of RGB (Red+Green+Blue) = 133+18+44=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122C is #7AEDD3. Grayscale: #373737. Windows color (decimal): -8056276 or 2888325. OLE color: 2888325.
HSL color Cylindrical-coordinate representation of color #85122C: hue angle of 346.43º 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 #85122C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 44 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.48 |
| HSL | 346.43º | 0.76% | 0.3% | - |
| HSV(B) | 346.43º | 0.86% | 0.52% | - |
| XYZ | 10.34 | 5.6 | 2.92 | - |
| YUV | 55.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 44 | 0 | 0.86 | 0.67 | 0.48 | 346.43 | 0.76 | 0.3 |
| Hex | 85 | 12 | 2C | 0 | 56 | 43 | 30 | 15A | 4C | 1E |
| Octal | 205 | 22 | 54 | 0 | 126 | 103 | 60 | 532 | 114 | 36 |
| Binary | 10000101 | 10010 | 101100 | 0 | 1010110 | 1000011 | 110000 | 101011010 | 1001100 | 11110 |
Color Harmonies of #85122C
Complementary color
Monochromatic Colors of #85122C
Black with #85122C
Text Example
Text Example
White with #85122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85122C; }
p { color: rgb(133,18,44); }
H1.HeaderClassName
{
color: #85122C;
}
.AnyTagClassName
{
color: #85122C;
}
</style>
background-color css
<style>
a { background-color: #85122C; }
a { background-color: rgb(133,18,44); }
div.DivClassName
{
background-color: #85122C;
}
.BgClassName
{
background-color: #85122C;
}
</style>
border-color css
<style>
span { border-color: #85122C; }
span { border-color: rgb(133,18,44); }
td.TdClassName
{
border-color: #85122C;
}
.TagClassName
{
border-color: #85122C;
}
</style>