Shades of Burgundy #85012A
Tints of Burgundy #85012A
RGB
CMYK
RGB Variations
Color information
#85012A (or 0x85012A) is known color: Burgundy. HEX triplet: 85, 01 and 2A. RGB value is (133,1,42). Sum of RGB (Red+Green+Blue) = 133+1+42=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #85012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85012A is #7AFED5. Grayscale: #2D2D2D. Windows color (decimal): -8060630 or 2752901. OLE color: 2752901.
HSL color Cylindrical-coordinate representation of color #85012A: hue angle of 341.36º 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 #85012A is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.48 |
| HSL | 341.36º | 0.99% | 0.26% | - |
| HSV(B) | 341.36º | 0.99% | 0.52% | - |
| XYZ | 10.1 | 5.18 | 2.66 | - |
| YUV | 45.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 42 | 0 | 0.99 | 0.68 | 0.48 | 341.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 2A | 0 | 63 | 44 | 30 | 155 | 63 | 1A |
| Octal | 205 | 1 | 52 | 0 | 143 | 104 | 60 | 525 | 143 | 32 |
| Binary | 10000101 | 1 | 101010 | 0 | 1100011 | 1000100 | 110000 | 101010101 | 1100011 | 11010 |
Color Harmonies of #85012A
Complementary color
Monochromatic Colors of #85012A
Black with #85012A
Text Example
Text Example
White with #85012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85012A; }
p { color: rgb(133,1,42); }
H1.HeaderClassName
{
color: #85012A;
}
.AnyTagClassName
{
color: #85012A;
}
</style>
background-color css
<style>
a { background-color: #85012A; }
a { background-color: rgb(133,1,42); }
div.DivClassName
{
background-color: #85012A;
}
.BgClassName
{
background-color: #85012A;
}
</style>
border-color css
<style>
span { border-color: #85012A; }
span { border-color: rgb(133,1,42); }
td.TdClassName
{
border-color: #85012A;
}
.TagClassName
{
border-color: #85012A;
}
</style>