Shades of Burgundy #85101C
Tints of Burgundy #85101C
RGB
CMYK
RGB Variations
Color information
#85101C (or 0x85101C) is known color: Burgundy. HEX triplet: 85, 10 and 1C. RGB value is (133,16,28). Sum of RGB (Red+Green+Blue) = 133+16+28=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #85101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85101C is #7AEFE3. Grayscale: #343434. Windows color (decimal): -8056804 or 1839237. OLE color: 1839237.
HSL color Cylindrical-coordinate representation of color #85101C: hue angle of 353.85º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85101C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 28 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.48 |
| HSL | 353.85º | 0.79% | 0.29% | - |
| HSV(B) | 353.85º | 0.88% | 0.52% | - |
| XYZ | 10.07 | 5.44 | 1.62 | - |
| YUV | 52.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 28 | 0 | 0.88 | 0.79 | 0.48 | 353.85 | 0.79 | 0.29 |
| Hex | 85 | 10 | 1C | 0 | 58 | 4F | 30 | 162 | 4F | 1D |
| Octal | 205 | 20 | 34 | 0 | 130 | 117 | 60 | 542 | 117 | 35 |
| Binary | 10000101 | 10000 | 11100 | 0 | 1011000 | 1001111 | 110000 | 101100010 | 1001111 | 11101 |
Color Harmonies of #85101C
Complementary color
Monochromatic Colors of #85101C
Black with #85101C
Text Example
Text Example
White with #85101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85101C; }
p { color: rgb(133,16,28); }
H1.HeaderClassName
{
color: #85101C;
}
.AnyTagClassName
{
color: #85101C;
}
</style>
background-color css
<style>
a { background-color: #85101C; }
a { background-color: rgb(133,16,28); }
div.DivClassName
{
background-color: #85101C;
}
.BgClassName
{
background-color: #85101C;
}
</style>
border-color css
<style>
span { border-color: #85101C; }
span { border-color: rgb(133,16,28); }
td.TdClassName
{
border-color: #85101C;
}
.TagClassName
{
border-color: #85101C;
}
</style>