Shades of Burgundy #850A2D
Tints of Burgundy #850A2D
RGB
CMYK
RGB Variations
Color information
#850A2D (or 0x850A2D) is known color: Burgundy. HEX triplet: 85, 0A and 2D. RGB value is (133,10,45). Sum of RGB (Red+Green+Blue) = 133+10+45=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #850A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A2D is #7AF5D2. Grayscale: #323232. Windows color (decimal): -8058323 or 2951813. OLE color: 2951813.
HSL color Cylindrical-coordinate representation of color #850A2D: hue angle of 342.93º 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 #850A2D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 45 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.48 |
| HSL | 342.93º | 0.86% | 0.28% | - |
| HSV(B) | 342.93º | 0.92% | 0.52% | - |
| XYZ | 10.26 | 5.39 | 2.98 | - |
| YUV | 50.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 45 | 0 | 0.92 | 0.66 | 0.48 | 342.93 | 0.86 | 0.28 |
| Hex | 85 | A | 2D | 0 | 5C | 42 | 30 | 157 | 56 | 1C |
| Octal | 205 | 12 | 55 | 0 | 134 | 102 | 60 | 527 | 126 | 34 |
| Binary | 10000101 | 1010 | 101101 | 0 | 1011100 | 1000010 | 110000 | 101010111 | 1010110 | 11100 |
Color Harmonies of #850A2D
Complementary color
Monochromatic Colors of #850A2D
Black with #850A2D
Text Example
Text Example
White with #850A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A2D; }
p { color: rgb(133,10,45); }
H1.HeaderClassName
{
color: #850A2D;
}
.AnyTagClassName
{
color: #850A2D;
}
</style>
background-color css
<style>
a { background-color: #850A2D; }
a { background-color: rgb(133,10,45); }
div.DivClassName
{
background-color: #850A2D;
}
.BgClassName
{
background-color: #850A2D;
}
</style>
border-color css
<style>
span { border-color: #850A2D; }
span { border-color: rgb(133,10,45); }
td.TdClassName
{
border-color: #850A2D;
}
.TagClassName
{
border-color: #850A2D;
}
</style>