Shades of Burgundy #820E24
Tints of Burgundy #820E24
RGB
CMYK
RGB Variations
Color information
#820E24 (or 0x820E24) is known color: Burgundy. HEX triplet: 82, 0E and 24. RGB value is (130,14,36). Sum of RGB (Red+Green+Blue) = 130+14+36=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #820E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E24 is #7DF1DB. Grayscale: #333333. Windows color (decimal): -8253916 or 2363010. OLE color: 2363010.
HSL color Cylindrical-coordinate representation of color #820E24: hue angle of 348.62º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E24 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 14 | 36 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.49 |
| HSL | 348.62º | 0.81% | 0.28% | - |
| HSV(B) | 348.62º | 0.89% | 0.51% | - |
| XYZ | 9.68 | 5.19 | 2.16 | - |
| YUV | 51.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 36 | 0 | 0.89 | 0.72 | 0.49 | 348.62 | 0.81 | 0.28 |
| Hex | 82 | E | 24 | 0 | 59 | 48 | 31 | 15D | 51 | 1C |
| Octal | 202 | 16 | 44 | 0 | 131 | 110 | 61 | 535 | 121 | 34 |
| Binary | 10000010 | 1110 | 100100 | 0 | 1011001 | 1001000 | 110001 | 101011101 | 1010001 | 11100 |
Color Harmonies of #820E24
Complementary color
Monochromatic Colors of #820E24
Black with #820E24
Text Example
Text Example
White with #820E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820E24; }
p { color: rgb(130,14,36); }
H1.HeaderClassName
{
color: #820E24;
}
.AnyTagClassName
{
color: #820E24;
}
</style>
background-color css
<style>
a { background-color: #820E24; }
a { background-color: rgb(130,14,36); }
div.DivClassName
{
background-color: #820E24;
}
.BgClassName
{
background-color: #820E24;
}
</style>
border-color css
<style>
span { border-color: #820E24; }
span { border-color: rgb(130,14,36); }
td.TdClassName
{
border-color: #820E24;
}
.TagClassName
{
border-color: #820E24;
}
</style>