Shades of Burgundy #821022
Tints of Burgundy #821022
RGB
CMYK
RGB Variations
Color information
#821022 (or 0x821022) is known color: Burgundy. HEX triplet: 82, 10 and 22. RGB value is (130,16,34). Sum of RGB (Red+Green+Blue) = 130+16+34=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #821022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821022 is #7DEFDD. Grayscale: #343434. Windows color (decimal): -8253406 or 2232450. OLE color: 2232450.
HSL color Cylindrical-coordinate representation of color #821022: hue angle of 350.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821022 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 34 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.49 |
| HSL | 350.53º | 0.78% | 0.29% | - |
| HSV(B) | 350.53º | 0.88% | 0.51% | - |
| XYZ | 9.68 | 5.23 | 2.01 | - |
| YUV | 52.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 34 | 0 | 0.88 | 0.74 | 0.49 | 350.53 | 0.78 | 0.29 |
| Hex | 82 | 10 | 22 | 0 | 58 | 4A | 31 | 15F | 4E | 1D |
| Octal | 202 | 20 | 42 | 0 | 130 | 112 | 61 | 537 | 116 | 35 |
| Binary | 10000010 | 10000 | 100010 | 0 | 1011000 | 1001010 | 110001 | 101011111 | 1001110 | 11101 |
Color Harmonies of #821022
Complementary color
Monochromatic Colors of #821022
Black with #821022
Text Example
Text Example
White with #821022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821022; }
p { color: rgb(130,16,34); }
H1.HeaderClassName
{
color: #821022;
}
.AnyTagClassName
{
color: #821022;
}
</style>
background-color css
<style>
a { background-color: #821022; }
a { background-color: rgb(130,16,34); }
div.DivClassName
{
background-color: #821022;
}
.BgClassName
{
background-color: #821022;
}
</style>
border-color css
<style>
span { border-color: #821022; }
span { border-color: rgb(130,16,34); }
td.TdClassName
{
border-color: #821022;
}
.TagClassName
{
border-color: #821022;
}
</style>