Shades of Burgundy #840229
Tints of Burgundy #840229
RGB
CMYK
RGB Variations
Color information
#840229 (or 0x840229) is known color: Burgundy. HEX triplet: 84, 02 and 29. RGB value is (132,2,41). Sum of RGB (Red+Green+Blue) = 132+2+41=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #840229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840229 is #7BFDD6. Grayscale: #2D2D2D. Windows color (decimal): -8125911 or 2687620. OLE color: 2687620.
HSL color Cylindrical-coordinate representation of color #840229: hue angle of 342º 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 #840229 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 41 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.48 |
| HSL | 342º | 0.97% | 0.26% | - |
| HSV(B) | 342º | 0.98% | 0.52% | - |
| XYZ | 9.94 | 5.11 | 2.56 | - |
| YUV | 45.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 41 | 0 | 0.98 | 0.69 | 0.48 | 342 | 0.97 | 0.26 |
| Hex | 84 | 2 | 29 | 0 | 62 | 45 | 30 | 156 | 61 | 1A |
| Octal | 204 | 2 | 51 | 0 | 142 | 105 | 60 | 526 | 141 | 32 |
| Binary | 10000100 | 10 | 101001 | 0 | 1100010 | 1000101 | 110000 | 101010110 | 1100001 | 11010 |
Color Harmonies of #840229
Complementary color
Monochromatic Colors of #840229
Black with #840229
Text Example
Text Example
White with #840229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840229; }
p { color: rgb(132,2,41); }
H1.HeaderClassName
{
color: #840229;
}
.AnyTagClassName
{
color: #840229;
}
</style>
background-color css
<style>
a { background-color: #840229; }
a { background-color: rgb(132,2,41); }
div.DivClassName
{
background-color: #840229;
}
.BgClassName
{
background-color: #840229;
}
</style>
border-color css
<style>
span { border-color: #840229; }
span { border-color: rgb(132,2,41); }
td.TdClassName
{
border-color: #840229;
}
.TagClassName
{
border-color: #840229;
}
</style>