Shades of Burgundy #85012F
Tints of Burgundy #85012F
RGB
CMYK
RGB Variations
Color information
#85012F (or 0x85012F) is known color: Burgundy. HEX triplet: 85, 01 and 2F. RGB value is (133,1,47). Sum of RGB (Red+Green+Blue) = 133+1+47=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85012F is #7AFED0. Grayscale: #2D2D2D. Windows color (decimal): -8060625 or 3080581. OLE color: 3080581.
HSL color Cylindrical-coordinate representation of color #85012F: hue angle of 339.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 #85012F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.48 |
| HSL | 339.09º | 0.99% | 0.26% | - |
| HSV(B) | 339.09º | 0.99% | 0.52% | - |
| XYZ | 10.2 | 5.21 | 3.16 | - |
| YUV | 45.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 47 | 0 | 0.99 | 0.65 | 0.48 | 339.09 | 0.99 | 0.26 |
| Hex | 85 | 1 | 2F | 0 | 63 | 41 | 30 | 153 | 63 | 1A |
| Octal | 205 | 1 | 57 | 0 | 143 | 101 | 60 | 523 | 143 | 32 |
| Binary | 10000101 | 1 | 101111 | 0 | 1100011 | 1000001 | 110000 | 101010011 | 1100011 | 11010 |
Color Harmonies of #85012F
Complementary color
Monochromatic Colors of #85012F
Black with #85012F
Text Example
Text Example
White with #85012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85012F; }
p { color: rgb(133,1,47); }
H1.HeaderClassName
{
color: #85012F;
}
.AnyTagClassName
{
color: #85012F;
}
</style>
background-color css
<style>
a { background-color: #85012F; }
a { background-color: rgb(133,1,47); }
div.DivClassName
{
background-color: #85012F;
}
.BgClassName
{
background-color: #85012F;
}
</style>
border-color css
<style>
span { border-color: #85012F; }
span { border-color: rgb(133,1,47); }
td.TdClassName
{
border-color: #85012F;
}
.TagClassName
{
border-color: #85012F;
}
</style>