Shades of Burgundy #85081B
Tints of Burgundy #85081B
RGB
CMYK
RGB Variations
Color information
#85081B (or 0x85081B) is known color: Burgundy. HEX triplet: 85, 08 and 1B. RGB value is (133,8,27). Sum of RGB (Red+Green+Blue) = 133+8+27=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85081B is #7AF7E4. Grayscale: #2F2F2F. Windows color (decimal): -8058853 or 1771653. OLE color: 1771653.
HSL color Cylindrical-coordinate representation of color #85081B: hue angle of 350.88º 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 #85081B is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 27 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.48 |
| HSL | 350.88º | 0.89% | 0.28% | - |
| HSV(B) | 350.88º | 0.94% | 0.52% | - |
| XYZ | 9.96 | 5.24 | 1.52 | - |
| YUV | 47.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 27 | 0 | 0.94 | 0.80 | 0.48 | 350.88 | 0.89 | 0.28 |
| Hex | 85 | 8 | 1B | 0 | 5E | 50 | 30 | 15F | 59 | 1C |
| Octal | 205 | 10 | 33 | 0 | 136 | 120 | 60 | 537 | 131 | 34 |
| Binary | 10000101 | 1000 | 11011 | 0 | 1011110 | 1010000 | 110000 | 101011111 | 1011001 | 11100 |
Color Harmonies of #85081B
Complementary color
Monochromatic Colors of #85081B
Black with #85081B
Text Example
Text Example
White with #85081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85081B; }
p { color: rgb(133,8,27); }
H1.HeaderClassName
{
color: #85081B;
}
.AnyTagClassName
{
color: #85081B;
}
</style>
background-color css
<style>
a { background-color: #85081B; }
a { background-color: rgb(133,8,27); }
div.DivClassName
{
background-color: #85081B;
}
.BgClassName
{
background-color: #85081B;
}
</style>
border-color css
<style>
span { border-color: #85081B; }
span { border-color: rgb(133,8,27); }
td.TdClassName
{
border-color: #85081B;
}
.TagClassName
{
border-color: #85081B;
}
</style>