Shades of Burgundy #85013C
Tints of Burgundy #85013C
RGB
CMYK
RGB Variations
Color information
#85013C (or 0x85013C) is known color: Burgundy. HEX triplet: 85, 01 and 3C. RGB value is (133,1,60). Sum of RGB (Red+Green+Blue) = 133+1+60=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85013C is #7AFEC3. Grayscale: #2F2F2F. Windows color (decimal): -8060612 or 3932549. OLE color: 3932549.
HSL color Cylindrical-coordinate representation of color #85013C: hue angle of 333.18º 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 #85013C is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.48 |
| HSL | 333.18º | 0.99% | 0.26% | - |
| HSV(B) | 333.18º | 0.99% | 0.52% | - |
| XYZ | 10.5 | 5.33 | 4.75 | - |
| YUV | 47.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 60 | 0 | 0.99 | 0.55 | 0.48 | 333.18 | 0.99 | 0.26 |
| Hex | 85 | 1 | 3C | 0 | 63 | 37 | 30 | 14D | 63 | 1A |
| Octal | 205 | 1 | 74 | 0 | 143 | 67 | 60 | 515 | 143 | 32 |
| Binary | 10000101 | 1 | 111100 | 0 | 1100011 | 110111 | 110000 | 101001101 | 1100011 | 11010 |
Color Harmonies of #85013C
Complementary color
Monochromatic Colors of #85013C
Black with #85013C
Text Example
Text Example
White with #85013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85013C; }
p { color: rgb(133,1,60); }
H1.HeaderClassName
{
color: #85013C;
}
.AnyTagClassName
{
color: #85013C;
}
</style>
background-color css
<style>
a { background-color: #85013C; }
a { background-color: rgb(133,1,60); }
div.DivClassName
{
background-color: #85013C;
}
.BgClassName
{
background-color: #85013C;
}
</style>
border-color css
<style>
span { border-color: #85013C; }
span { border-color: rgb(133,1,60); }
td.TdClassName
{
border-color: #85013C;
}
.TagClassName
{
border-color: #85013C;
}
</style>