Shades of Burgundy #85072C
Tints of Burgundy #85072C
RGB
CMYK
RGB Variations
Color information
#85072C (or 0x85072C) is known color: Burgundy. HEX triplet: 85, 07 and 2C. RGB value is (133,7,44). Sum of RGB (Red+Green+Blue) = 133+7+44=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85072C is #7AF8D3. Grayscale: #303030. Windows color (decimal): -8059092 or 2885509. OLE color: 2885509.
HSL color Cylindrical-coordinate representation of color #85072C: hue angle of 342.38º 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 #85072C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.48 |
| HSL | 342.38º | 0.9% | 0.27% | - |
| HSV(B) | 342.38º | 0.95% | 0.52% | - |
| XYZ | 10.2 | 5.32 | 2.87 | - |
| YUV | 48.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 44 | 0 | 0.95 | 0.67 | 0.48 | 342.38 | 0.9 | 0.27 |
| Hex | 85 | 7 | 2C | 0 | 5F | 43 | 30 | 156 | 5A | 1B |
| Octal | 205 | 7 | 54 | 0 | 137 | 103 | 60 | 526 | 132 | 33 |
| Binary | 10000101 | 111 | 101100 | 0 | 1011111 | 1000011 | 110000 | 101010110 | 1011010 | 11011 |
Color Harmonies of #85072C
Complementary color
Monochromatic Colors of #85072C
Black with #85072C
Text Example
Text Example
White with #85072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85072C; }
p { color: rgb(133,7,44); }
H1.HeaderClassName
{
color: #85072C;
}
.AnyTagClassName
{
color: #85072C;
}
</style>
background-color css
<style>
a { background-color: #85072C; }
a { background-color: rgb(133,7,44); }
div.DivClassName
{
background-color: #85072C;
}
.BgClassName
{
background-color: #85072C;
}
</style>
border-color css
<style>
span { border-color: #85072C; }
span { border-color: rgb(133,7,44); }
td.TdClassName
{
border-color: #85072C;
}
.TagClassName
{
border-color: #85072C;
}
</style>