Shades of Burgundy #85121C
Tints of Burgundy #85121C
RGB
CMYK
RGB Variations
Color information
#85121C (or 0x85121C) is known color: Burgundy. HEX triplet: 85, 12 and 1C. RGB value is (133,18,28). Sum of RGB (Red+Green+Blue) = 133+18+28=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121C is #7AEDE3. Grayscale: #353535. Windows color (decimal): -8056292 or 1839749. OLE color: 1839749.
HSL color Cylindrical-coordinate representation of color #85121C: hue angle of 354.78º 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 #85121C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 28 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.48 |
| HSL | 354.78º | 0.76% | 0.3% | - |
| HSV(B) | 354.78º | 0.86% | 0.52% | - |
| XYZ | 10.1 | 5.5 | 1.63 | - |
| YUV | 53.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 28 | 0 | 0.86 | 0.79 | 0.48 | 354.78 | 0.76 | 0.3 |
| Hex | 85 | 12 | 1C | 0 | 56 | 4F | 30 | 163 | 4C | 1E |
| Octal | 205 | 22 | 34 | 0 | 126 | 117 | 60 | 543 | 114 | 36 |
| Binary | 10000101 | 10010 | 11100 | 0 | 1010110 | 1001111 | 110000 | 101100011 | 1001100 | 11110 |
Color Harmonies of #85121C
Complementary color
Monochromatic Colors of #85121C
Black with #85121C
Text Example
Text Example
White with #85121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85121C; }
p { color: rgb(133,18,28); }
H1.HeaderClassName
{
color: #85121C;
}
.AnyTagClassName
{
color: #85121C;
}
</style>
background-color css
<style>
a { background-color: #85121C; }
a { background-color: rgb(133,18,28); }
div.DivClassName
{
background-color: #85121C;
}
.BgClassName
{
background-color: #85121C;
}
</style>
border-color css
<style>
span { border-color: #85121C; }
span { border-color: rgb(133,18,28); }
td.TdClassName
{
border-color: #85121C;
}
.TagClassName
{
border-color: #85121C;
}
</style>