Shades of Burgundy #820124
Tints of Burgundy #820124
RGB
CMYK
RGB Variations
Color information
#820124 (or 0x820124) is known color: Burgundy. HEX triplet: 82, 01 and 24. RGB value is (130,1,36). Sum of RGB (Red+Green+Blue) = 130+1+36=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #820124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820124 is #7DFEDB. Grayscale: #2B2B2B. Windows color (decimal): -8257244 or 2359682. OLE color: 2359682.
HSL color Cylindrical-coordinate representation of color #820124: hue angle of 343.72º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820124 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.49 |
| HSL | 343.72º | 0.98% | 0.26% | - |
| HSV(B) | 343.72º | 0.99% | 0.51% | - |
| XYZ | 9.54 | 4.89 | 2.11 | - |
| YUV | 43.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 36 | 0 | 0.99 | 0.72 | 0.49 | 343.72 | 0.98 | 0.26 |
| Hex | 82 | 1 | 24 | 0 | 63 | 48 | 31 | 158 | 62 | 1A |
| Octal | 202 | 1 | 44 | 0 | 143 | 110 | 61 | 530 | 142 | 32 |
| Binary | 10000010 | 1 | 100100 | 0 | 1100011 | 1001000 | 110001 | 101011000 | 1100010 | 11010 |
Color Harmonies of #820124
Complementary color
Monochromatic Colors of #820124
Black with #820124
Text Example
Text Example
White with #820124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820124; }
p { color: rgb(130,1,36); }
H1.HeaderClassName
{
color: #820124;
}
.AnyTagClassName
{
color: #820124;
}
</style>
background-color css
<style>
a { background-color: #820124; }
a { background-color: rgb(130,1,36); }
div.DivClassName
{
background-color: #820124;
}
.BgClassName
{
background-color: #820124;
}
</style>
border-color css
<style>
span { border-color: #820124; }
span { border-color: rgb(130,1,36); }
td.TdClassName
{
border-color: #820124;
}
.TagClassName
{
border-color: #820124;
}
</style>