Shades of Burgundy #85081D
Tints of Burgundy #85081D
RGB
CMYK
RGB Variations
Color information
#85081D (or 0x85081D) is known color: Burgundy. HEX triplet: 85, 08 and 1D. RGB value is (133,8,29). Sum of RGB (Red+Green+Blue) = 133+8+29=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #85081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85081D is #7AF7E2. Grayscale: #2F2F2F. Windows color (decimal): -8058851 or 1902725. OLE color: 1902725.
HSL color Cylindrical-coordinate representation of color #85081D: hue angle of 349.92º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85081D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 29 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.48 |
| HSL | 349.92º | 0.89% | 0.28% | - |
| HSV(B) | 349.92º | 0.94% | 0.52% | - |
| XYZ | 9.98 | 5.25 | 1.65 | - |
| YUV | 47.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 29 | 0 | 0.94 | 0.78 | 0.48 | 349.92 | 0.89 | 0.28 |
| Hex | 85 | 8 | 1D | 0 | 5E | 4E | 30 | 15E | 59 | 1C |
| Octal | 205 | 10 | 35 | 0 | 136 | 116 | 60 | 536 | 131 | 34 |
| Binary | 10000101 | 1000 | 11101 | 0 | 1011110 | 1001110 | 110000 | 101011110 | 1011001 | 11100 |
Color Harmonies of #85081D
Complementary color
Monochromatic Colors of #85081D
Black with #85081D
Text Example
Text Example
White with #85081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85081D; }
p { color: rgb(133,8,29); }
H1.HeaderClassName
{
color: #85081D;
}
.AnyTagClassName
{
color: #85081D;
}
</style>
background-color css
<style>
a { background-color: #85081D; }
a { background-color: rgb(133,8,29); }
div.DivClassName
{
background-color: #85081D;
}
.BgClassName
{
background-color: #85081D;
}
</style>
border-color css
<style>
span { border-color: #85081D; }
span { border-color: rgb(133,8,29); }
td.TdClassName
{
border-color: #85081D;
}
.TagClassName
{
border-color: #85081D;
}
</style>