Shades of Burgundy #85031D
Tints of Burgundy #85031D
RGB
CMYK
RGB Variations
Color information
#85031D (or 0x85031D) is known color: Burgundy. HEX triplet: 85, 03 and 1D. RGB value is (133,3,29). Sum of RGB (Red+Green+Blue) = 133+3+29=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85031D is #7AFCE2. Grayscale: #2C2C2C. Windows color (decimal): -8060131 or 1901445. OLE color: 1901445.
HSL color Cylindrical-coordinate representation of color #85031D: hue angle of 348º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85031D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.48 |
| HSL | 348º | 0.96% | 0.27% | - |
| HSV(B) | 348º | 0.98% | 0.52% | - |
| XYZ | 9.93 | 5.14 | 1.63 | - |
| YUV | 44.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 29 | 0 | 0.98 | 0.78 | 0.48 | 348 | 0.96 | 0.27 |
| Hex | 85 | 3 | 1D | 0 | 62 | 4E | 30 | 15C | 60 | 1B |
| Octal | 205 | 3 | 35 | 0 | 142 | 116 | 60 | 534 | 140 | 33 |
| Binary | 10000101 | 11 | 11101 | 0 | 1100010 | 1001110 | 110000 | 101011100 | 1100000 | 11011 |
Color Harmonies of #85031D
Complementary color
Monochromatic Colors of #85031D
Black with #85031D
Text Example
Text Example
White with #85031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85031D; }
p { color: rgb(133,3,29); }
H1.HeaderClassName
{
color: #85031D;
}
.AnyTagClassName
{
color: #85031D;
}
</style>
background-color css
<style>
a { background-color: #85031D; }
a { background-color: rgb(133,3,29); }
div.DivClassName
{
background-color: #85031D;
}
.BgClassName
{
background-color: #85031D;
}
</style>
border-color css
<style>
span { border-color: #85031D; }
span { border-color: rgb(133,3,29); }
td.TdClassName
{
border-color: #85031D;
}
.TagClassName
{
border-color: #85031D;
}
</style>