Shades of Burgundy #85003A
Tints of Burgundy #85003A
RGB
CMYK
RGB Variations
Color information
#85003A (or 0x85003A) is known color: Burgundy. HEX triplet: 85, 00 and 3A. RGB value is (133,0,58). Sum of RGB (Red+Green+Blue) = 133+0+58=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #85003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85003A is #7AFFC5. Grayscale: #2E2E2E. Windows color (decimal): -8060870 or 3801221. OLE color: 3801221.
HSL color Cylindrical-coordinate representation of color #85003A: hue angle of 333.83º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85003A is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.56 | 0.48 |
| HSL | 333.83º | 1% | 0.26% | - |
| HSV(B) | 333.83º | 1% | 0.52% | - |
| XYZ | 10.44 | 5.29 | 4.47 | - |
| YUV | 46.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 58 | 0 | 1 | 0.56 | 0.48 | 333.83 | 1 | 0.26 |
| Hex | 85 | 0 | 3A | 0 | 64 | 38 | 30 | 14E | 64 | 1A |
| Octal | 205 | 0 | 72 | 0 | 144 | 70 | 60 | 516 | 144 | 32 |
| Binary | 10000101 | 0 | 111010 | 0 | 1100100 | 111000 | 110000 | 101001110 | 1100100 | 11010 |
Color Harmonies of #85003A
Complementary color
Monochromatic Colors of #85003A
Black with #85003A
Text Example
Text Example
White with #85003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85003A; }
p { color: rgb(133,0,58); }
H1.HeaderClassName
{
color: #85003A;
}
.AnyTagClassName
{
color: #85003A;
}
</style>
background-color css
<style>
a { background-color: #85003A; }
a { background-color: rgb(133,0,58); }
div.DivClassName
{
background-color: #85003A;
}
.BgClassName
{
background-color: #85003A;
}
</style>
border-color css
<style>
span { border-color: #85003A; }
span { border-color: rgb(133,0,58); }
td.TdClassName
{
border-color: #85003A;
}
.TagClassName
{
border-color: #85003A;
}
</style>