Shades of Burgundy #820429
Tints of Burgundy #820429
RGB
CMYK
RGB Variations
Color information
#820429 (or 0x820429) is known color: Burgundy. HEX triplet: 82, 04 and 29. RGB value is (130,4,41). Sum of RGB (Red+Green+Blue) = 130+4+41=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #820429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820429 is #7DFBD6. Grayscale: #2D2D2D. Windows color (decimal): -8256471 or 2688130. OLE color: 2688130.
HSL color Cylindrical-coordinate representation of color #820429: hue angle of 342.38º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820429 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 41 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.49 |
| HSL | 342.38º | 0.94% | 0.26% | - |
| HSV(B) | 342.38º | 0.97% | 0.51% | - |
| XYZ | 9.65 | 4.99 | 2.55 | - |
| YUV | 45.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 41 | 0 | 0.97 | 0.68 | 0.49 | 342.38 | 0.94 | 0.26 |
| Hex | 82 | 4 | 29 | 0 | 61 | 44 | 31 | 156 | 5E | 1A |
| Octal | 202 | 4 | 51 | 0 | 141 | 104 | 61 | 526 | 136 | 32 |
| Binary | 10000010 | 100 | 101001 | 0 | 1100001 | 1000100 | 110001 | 101010110 | 1011110 | 11010 |
Color Harmonies of #820429
Complementary color
Monochromatic Colors of #820429
Black with #820429
Text Example
Text Example
White with #820429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820429; }
p { color: rgb(130,4,41); }
H1.HeaderClassName
{
color: #820429;
}
.AnyTagClassName
{
color: #820429;
}
</style>
background-color css
<style>
a { background-color: #820429; }
a { background-color: rgb(130,4,41); }
div.DivClassName
{
background-color: #820429;
}
.BgClassName
{
background-color: #820429;
}
</style>
border-color css
<style>
span { border-color: #820429; }
span { border-color: rgb(130,4,41); }
td.TdClassName
{
border-color: #820429;
}
.TagClassName
{
border-color: #820429;
}
</style>