Shades of Burgundy #85121B
Tints of Burgundy #85121B
RGB
CMYK
RGB Variations
Color information
#85121B (or 0x85121B) is known color: Burgundy. HEX triplet: 85, 12 and 1B. RGB value is (133,18,27). Sum of RGB (Red+Green+Blue) = 133+18+27=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121B is #7AEDE4. Grayscale: #353535. Windows color (decimal): -8056293 or 1774213. OLE color: 1774213.
HSL color Cylindrical-coordinate representation of color #85121B: hue angle of 355.3º 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 #85121B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 27 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.48 |
| HSL | 355.3º | 0.76% | 0.3% | - |
| HSV(B) | 355.3º | 0.86% | 0.52% | - |
| XYZ | 10.09 | 5.5 | 1.57 | - |
| YUV | 53.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 27 | 0 | 0.86 | 0.80 | 0.48 | 355.3 | 0.76 | 0.3 |
| Hex | 85 | 12 | 1B | 0 | 56 | 50 | 30 | 163 | 4C | 1E |
| Octal | 205 | 22 | 33 | 0 | 126 | 120 | 60 | 543 | 114 | 36 |
| Binary | 10000101 | 10010 | 11011 | 0 | 1010110 | 1010000 | 110000 | 101100011 | 1001100 | 11110 |
Color Harmonies of #85121B
Complementary color
Monochromatic Colors of #85121B
Black with #85121B
Text Example
Text Example
White with #85121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85121B; }
p { color: rgb(133,18,27); }
H1.HeaderClassName
{
color: #85121B;
}
.AnyTagClassName
{
color: #85121B;
}
</style>
background-color css
<style>
a { background-color: #85121B; }
a { background-color: rgb(133,18,27); }
div.DivClassName
{
background-color: #85121B;
}
.BgClassName
{
background-color: #85121B;
}
</style>
border-color css
<style>
span { border-color: #85121B; }
span { border-color: rgb(133,18,27); }
td.TdClassName
{
border-color: #85121B;
}
.TagClassName
{
border-color: #85121B;
}
</style>