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