Shades of Burgundy #820424
Tints of Burgundy #820424
RGB
CMYK
RGB Variations
Color information
#820424 (or 0x820424) is known color: Burgundy. HEX triplet: 82, 04 and 24. RGB value is (130,4,36). Sum of RGB (Red+Green+Blue) = 130+4+36=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820424 is #7DFBDB. Grayscale: #2D2D2D. Windows color (decimal): -8256476 or 2360450. OLE color: 2360450.
HSL color Cylindrical-coordinate representation of color #820424: hue angle of 344.76º 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 #820424 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 36 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.49 |
| HSL | 344.76º | 0.94% | 0.26% | - |
| HSV(B) | 344.76º | 0.97% | 0.51% | - |
| XYZ | 9.57 | 4.96 | 2.12 | - |
| YUV | 45.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 36 | 0 | 0.97 | 0.72 | 0.49 | 344.76 | 0.94 | 0.26 |
| Hex | 82 | 4 | 24 | 0 | 61 | 48 | 31 | 159 | 5E | 1A |
| Octal | 202 | 4 | 44 | 0 | 141 | 110 | 61 | 531 | 136 | 32 |
| Binary | 10000010 | 100 | 100100 | 0 | 1100001 | 1001000 | 110001 | 101011001 | 1011110 | 11010 |
Color Harmonies of #820424
Complementary color
Monochromatic Colors of #820424
Black with #820424
Text Example
Text Example
White with #820424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820424; }
p { color: rgb(130,4,36); }
H1.HeaderClassName
{
color: #820424;
}
.AnyTagClassName
{
color: #820424;
}
</style>
background-color css
<style>
a { background-color: #820424; }
a { background-color: rgb(130,4,36); }
div.DivClassName
{
background-color: #820424;
}
.BgClassName
{
background-color: #820424;
}
</style>
border-color css
<style>
span { border-color: #820424; }
span { border-color: rgb(130,4,36); }
td.TdClassName
{
border-color: #820424;
}
.TagClassName
{
border-color: #820424;
}
</style>