Shades of Burgundy #850A2B
Tints of Burgundy #850A2B
RGB
CMYK
RGB Variations
Color information
#850A2B (or 0x850A2B) is known color: Burgundy. HEX triplet: 85, 0A and 2B. RGB value is (133,10,43). Sum of RGB (Red+Green+Blue) = 133+10+43=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A2B is #7AF5D4. Grayscale: #323232. Windows color (decimal): -8058325 or 2820741. OLE color: 2820741.
HSL color Cylindrical-coordinate representation of color #850A2B: hue angle of 343.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A2B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 43 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.48 |
| HSL | 343.9º | 0.86% | 0.28% | - |
| HSV(B) | 343.9º | 0.92% | 0.52% | - |
| XYZ | 10.22 | 5.38 | 2.79 | - |
| YUV | 50.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 43 | 0 | 0.92 | 0.68 | 0.48 | 343.9 | 0.86 | 0.28 |
| Hex | 85 | A | 2B | 0 | 5C | 44 | 30 | 158 | 56 | 1C |
| Octal | 205 | 12 | 53 | 0 | 134 | 104 | 60 | 530 | 126 | 34 |
| Binary | 10000101 | 1010 | 101011 | 0 | 1011100 | 1000100 | 110000 | 101011000 | 1010110 | 11100 |
Color Harmonies of #850A2B
Complementary color
Monochromatic Colors of #850A2B
Black with #850A2B
Text Example
Text Example
White with #850A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A2B; }
p { color: rgb(133,10,43); }
H1.HeaderClassName
{
color: #850A2B;
}
.AnyTagClassName
{
color: #850A2B;
}
</style>
background-color css
<style>
a { background-color: #850A2B; }
a { background-color: rgb(133,10,43); }
div.DivClassName
{
background-color: #850A2B;
}
.BgClassName
{
background-color: #850A2B;
}
</style>
border-color css
<style>
span { border-color: #850A2B; }
span { border-color: rgb(133,10,43); }
td.TdClassName
{
border-color: #850A2B;
}
.TagClassName
{
border-color: #850A2B;
}
</style>