Shades of Burgundy #850A2C
Tints of Burgundy #850A2C
RGB
CMYK
RGB Variations
Color information
#850A2C (or 0x850A2C) is known color: Burgundy. HEX triplet: 85, 0A and 2C. RGB value is (133,10,44). Sum of RGB (Red+Green+Blue) = 133+10+44=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #850A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A2C is #7AF5D3. Grayscale: #323232. Windows color (decimal): -8058324 or 2886277. OLE color: 2886277.
HSL color Cylindrical-coordinate representation of color #850A2C: hue angle of 343.41º 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 #850A2C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 44 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.48 |
| HSL | 343.41º | 0.86% | 0.28% | - |
| HSV(B) | 343.41º | 0.92% | 0.52% | - |
| XYZ | 10.24 | 5.39 | 2.88 | - |
| YUV | 50.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 44 | 0 | 0.92 | 0.67 | 0.48 | 343.41 | 0.86 | 0.28 |
| Hex | 85 | A | 2C | 0 | 5C | 43 | 30 | 157 | 56 | 1C |
| Octal | 205 | 12 | 54 | 0 | 134 | 103 | 60 | 527 | 126 | 34 |
| Binary | 10000101 | 1010 | 101100 | 0 | 1011100 | 1000011 | 110000 | 101010111 | 1010110 | 11100 |
Color Harmonies of #850A2C
Complementary color
Monochromatic Colors of #850A2C
Black with #850A2C
Text Example
Text Example
White with #850A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A2C; }
p { color: rgb(133,10,44); }
H1.HeaderClassName
{
color: #850A2C;
}
.AnyTagClassName
{
color: #850A2C;
}
</style>
background-color css
<style>
a { background-color: #850A2C; }
a { background-color: rgb(133,10,44); }
div.DivClassName
{
background-color: #850A2C;
}
.BgClassName
{
background-color: #850A2C;
}
</style>
border-color css
<style>
span { border-color: #850A2C; }
span { border-color: rgb(133,10,44); }
td.TdClassName
{
border-color: #850A2C;
}
.TagClassName
{
border-color: #850A2C;
}
</style>