Shades of Burgundy #85012C
Tints of Burgundy #85012C
RGB
CMYK
RGB Variations
Color information
#85012C (or 0x85012C) is known color: Burgundy. HEX triplet: 85, 01 and 2C. RGB value is (133,1,44). Sum of RGB (Red+Green+Blue) = 133+1+44=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85012C is #7AFED3. Grayscale: #2D2D2D. Windows color (decimal): -8060628 or 2883973. OLE color: 2883973.
HSL color Cylindrical-coordinate representation of color #85012C: hue angle of 340.45º 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 #85012C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.48 |
| HSL | 340.45º | 0.99% | 0.26% | - |
| HSV(B) | 340.45º | 0.99% | 0.52% | - |
| XYZ | 10.14 | 5.19 | 2.85 | - |
| YUV | 45.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 44 | 0 | 0.99 | 0.67 | 0.48 | 340.45 | 0.99 | 0.26 |
| Hex | 85 | 1 | 2C | 0 | 63 | 43 | 30 | 154 | 63 | 1A |
| Octal | 205 | 1 | 54 | 0 | 143 | 103 | 60 | 524 | 143 | 32 |
| Binary | 10000101 | 1 | 101100 | 0 | 1100011 | 1000011 | 110000 | 101010100 | 1100011 | 11010 |
Color Harmonies of #85012C
Complementary color
Monochromatic Colors of #85012C
Black with #85012C
Text Example
Text Example
White with #85012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85012C; }
p { color: rgb(133,1,44); }
H1.HeaderClassName
{
color: #85012C;
}
.AnyTagClassName
{
color: #85012C;
}
</style>
background-color css
<style>
a { background-color: #85012C; }
a { background-color: rgb(133,1,44); }
div.DivClassName
{
background-color: #85012C;
}
.BgClassName
{
background-color: #85012C;
}
</style>
border-color css
<style>
span { border-color: #85012C; }
span { border-color: rgb(133,1,44); }
td.TdClassName
{
border-color: #85012C;
}
.TagClassName
{
border-color: #85012C;
}
</style>