Shades of Burgundy #850229
Tints of Burgundy #850229
RGB
CMYK
RGB Variations
Color information
#850229 (or 0x850229) is known color: Burgundy. HEX triplet: 85, 02 and 29. RGB value is (133,2,41). Sum of RGB (Red+Green+Blue) = 133+2+41=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #850229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850229 is #7AFDD6. Grayscale: #2D2D2D. Windows color (decimal): -8060375 or 2687621. OLE color: 2687621.
HSL color Cylindrical-coordinate representation of color #850229: hue angle of 342.14º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850229 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 41 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.48 |
| HSL | 342.14º | 0.97% | 0.26% | - |
| HSV(B) | 342.14º | 0.98% | 0.52% | - |
| XYZ | 10.09 | 5.19 | 2.57 | - |
| YUV | 45.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 41 | 0 | 0.98 | 0.69 | 0.48 | 342.14 | 0.97 | 0.26 |
| Hex | 85 | 2 | 29 | 0 | 62 | 45 | 30 | 156 | 61 | 1A |
| Octal | 205 | 2 | 51 | 0 | 142 | 105 | 60 | 526 | 141 | 32 |
| Binary | 10000101 | 10 | 101001 | 0 | 1100010 | 1000101 | 110000 | 101010110 | 1100001 | 11010 |
Color Harmonies of #850229
Complementary color
Monochromatic Colors of #850229
Black with #850229
Text Example
Text Example
White with #850229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850229; }
p { color: rgb(133,2,41); }
H1.HeaderClassName
{
color: #850229;
}
.AnyTagClassName
{
color: #850229;
}
</style>
background-color css
<style>
a { background-color: #850229; }
a { background-color: rgb(133,2,41); }
div.DivClassName
{
background-color: #850229;
}
.BgClassName
{
background-color: #850229;
}
</style>
border-color css
<style>
span { border-color: #850229; }
span { border-color: rgb(133,2,41); }
td.TdClassName
{
border-color: #850229;
}
.TagClassName
{
border-color: #850229;
}
</style>