Shades of Burgundy #85032C
Tints of Burgundy #85032C
RGB
CMYK
RGB Variations
Color information
#85032C (or 0x85032C) is known color: Burgundy. HEX triplet: 85, 03 and 2C. RGB value is (133,3,44). Sum of RGB (Red+Green+Blue) = 133+3+44=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85032C is #7AFCD3. Grayscale: #2E2E2E. Windows color (decimal): -8060116 or 2884485. OLE color: 2884485.
HSL color Cylindrical-coordinate representation of color #85032C: hue angle of 341.08º 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 #85032C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.48 |
| HSL | 341.08º | 0.96% | 0.27% | - |
| HSV(B) | 341.08º | 0.98% | 0.52% | - |
| XYZ | 10.16 | 5.23 | 2.86 | - |
| YUV | 46.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 44 | 0 | 0.98 | 0.67 | 0.48 | 341.08 | 0.96 | 0.27 |
| Hex | 85 | 3 | 2C | 0 | 62 | 43 | 30 | 155 | 60 | 1B |
| Octal | 205 | 3 | 54 | 0 | 142 | 103 | 60 | 525 | 140 | 33 |
| Binary | 10000101 | 11 | 101100 | 0 | 1100010 | 1000011 | 110000 | 101010101 | 1100000 | 11011 |
Color Harmonies of #85032C
Complementary color
Monochromatic Colors of #85032C
Black with #85032C
Text Example
Text Example
White with #85032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85032C; }
p { color: rgb(133,3,44); }
H1.HeaderClassName
{
color: #85032C;
}
.AnyTagClassName
{
color: #85032C;
}
</style>
background-color css
<style>
a { background-color: #85032C; }
a { background-color: rgb(133,3,44); }
div.DivClassName
{
background-color: #85032C;
}
.BgClassName
{
background-color: #85032C;
}
</style>
border-color css
<style>
span { border-color: #85032C; }
span { border-color: rgb(133,3,44); }
td.TdClassName
{
border-color: #85032C;
}
.TagClassName
{
border-color: #85032C;
}
</style>