Shades of Burgundy #85051A
Tints of Burgundy #85051A
RGB
CMYK
RGB Variations
Color information
#85051A (or 0x85051A) is known color: Burgundy. HEX triplet: 85, 05 and 1A. RGB value is (133,5,26). Sum of RGB (Red+Green+Blue) = 133+5+26=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #85051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85051A is #7AFAE5. Grayscale: #2D2D2D. Windows color (decimal): -8059622 or 1705349. OLE color: 1705349.
HSL color Cylindrical-coordinate representation of color #85051A: hue angle of 350.16º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85051A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 26 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.48 |
| HSL | 350.16º | 0.93% | 0.27% | - |
| HSV(B) | 350.16º | 0.96% | 0.52% | - |
| XYZ | 9.91 | 5.17 | 1.45 | - |
| YUV | 45.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 26 | 0 | 0.96 | 0.80 | 0.48 | 350.16 | 0.93 | 0.27 |
| Hex | 85 | 5 | 1A | 0 | 60 | 50 | 30 | 15E | 5D | 1B |
| Octal | 205 | 5 | 32 | 0 | 140 | 120 | 60 | 536 | 135 | 33 |
| Binary | 10000101 | 101 | 11010 | 0 | 1100000 | 1010000 | 110000 | 101011110 | 1011101 | 11011 |
Color Harmonies of #85051A
Complementary color
Monochromatic Colors of #85051A
Black with #85051A
Text Example
Text Example
White with #85051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85051A; }
p { color: rgb(133,5,26); }
H1.HeaderClassName
{
color: #85051A;
}
.AnyTagClassName
{
color: #85051A;
}
</style>
background-color css
<style>
a { background-color: #85051A; }
a { background-color: rgb(133,5,26); }
div.DivClassName
{
background-color: #85051A;
}
.BgClassName
{
background-color: #85051A;
}
</style>
border-color css
<style>
span { border-color: #85051A; }
span { border-color: rgb(133,5,26); }
td.TdClassName
{
border-color: #85051A;
}
.TagClassName
{
border-color: #85051A;
}
</style>