Shades of Burgundy #85013A
Tints of Burgundy #85013A
RGB
CMYK
RGB Variations
Color information
#85013A (or 0x85013A) is known color: Burgundy. HEX triplet: 85, 01 and 3A. RGB value is (133,1,58). Sum of RGB (Red+Green+Blue) = 133+1+58=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #85013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85013A is #7AFEC5. Grayscale: #2E2E2E. Windows color (decimal): -8060614 or 3801477. OLE color: 3801477.
HSL color Cylindrical-coordinate representation of color #85013A: hue angle of 334.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85013A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.48 |
| HSL | 334.09º | 0.99% | 0.26% | - |
| HSV(B) | 334.09º | 0.99% | 0.52% | - |
| XYZ | 10.45 | 5.31 | 4.48 | - |
| YUV | 46.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 58 | 0 | 0.99 | 0.56 | 0.48 | 334.09 | 0.99 | 0.26 |
| Hex | 85 | 1 | 3A | 0 | 63 | 38 | 30 | 14E | 63 | 1A |
| Octal | 205 | 1 | 72 | 0 | 143 | 70 | 60 | 516 | 143 | 32 |
| Binary | 10000101 | 1 | 111010 | 0 | 1100011 | 111000 | 110000 | 101001110 | 1100011 | 11010 |
Color Harmonies of #85013A
Complementary color
Monochromatic Colors of #85013A
Black with #85013A
Text Example
Text Example
White with #85013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85013A; }
p { color: rgb(133,1,58); }
H1.HeaderClassName
{
color: #85013A;
}
.AnyTagClassName
{
color: #85013A;
}
</style>
background-color css
<style>
a { background-color: #85013A; }
a { background-color: rgb(133,1,58); }
div.DivClassName
{
background-color: #85013A;
}
.BgClassName
{
background-color: #85013A;
}
</style>
border-color css
<style>
span { border-color: #85013A; }
span { border-color: rgb(133,1,58); }
td.TdClassName
{
border-color: #85013A;
}
.TagClassName
{
border-color: #85013A;
}
</style>