Shades of Burgundy #85071F
Tints of Burgundy #85071F
RGB
CMYK
RGB Variations
Color information
#85071F (or 0x85071F) is known color: Burgundy. HEX triplet: 85, 07 and 1F. RGB value is (133,7,31). Sum of RGB (Red+Green+Blue) = 133+7+31=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #85071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85071F is #7AF8E0. Grayscale: #2F2F2F. Windows color (decimal): -8059105 or 2033541. OLE color: 2033541.
HSL color Cylindrical-coordinate representation of color #85071F: hue angle of 348.57º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85071F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 31 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.48 |
| HSL | 348.57º | 0.9% | 0.27% | - |
| HSV(B) | 348.57º | 0.95% | 0.52% | - |
| XYZ | 10 | 5.24 | 1.78 | - |
| YUV | 47.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 31 | 0 | 0.95 | 0.77 | 0.48 | 348.57 | 0.9 | 0.27 |
| Hex | 85 | 7 | 1F | 0 | 5F | 4D | 30 | 15D | 5A | 1B |
| Octal | 205 | 7 | 37 | 0 | 137 | 115 | 60 | 535 | 132 | 33 |
| Binary | 10000101 | 111 | 11111 | 0 | 1011111 | 1001101 | 110000 | 101011101 | 1011010 | 11011 |
Color Harmonies of #85071F
Complementary color
Monochromatic Colors of #85071F
Black with #85071F
Text Example
Text Example
White with #85071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85071F; }
p { color: rgb(133,7,31); }
H1.HeaderClassName
{
color: #85071F;
}
.AnyTagClassName
{
color: #85071F;
}
</style>
background-color css
<style>
a { background-color: #85071F; }
a { background-color: rgb(133,7,31); }
div.DivClassName
{
background-color: #85071F;
}
.BgClassName
{
background-color: #85071F;
}
</style>
border-color css
<style>
span { border-color: #85071F; }
span { border-color: rgb(133,7,31); }
td.TdClassName
{
border-color: #85071F;
}
.TagClassName
{
border-color: #85071F;
}
</style>