Shades of Burgundy #820322
Tints of Burgundy #820322
RGB
CMYK
RGB Variations
Color information
#820322 (or 0x820322) is known color: Burgundy. HEX triplet: 82, 03 and 22. RGB value is (130,3,34). Sum of RGB (Red+Green+Blue) = 130+3+34=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #820322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820322 is #7DFCDD. Grayscale: #2C2C2C. Windows color (decimal): -8256734 or 2229122. OLE color: 2229122.
HSL color Cylindrical-coordinate representation of color #820322: hue angle of 345.35º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820322 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.49 |
| HSL | 345.35º | 0.95% | 0.26% | - |
| HSV(B) | 345.35º | 0.98% | 0.51% | - |
| XYZ | 9.53 | 4.93 | 1.96 | - |
| YUV | 44.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 34 | 0 | 0.98 | 0.74 | 0.49 | 345.35 | 0.95 | 0.26 |
| Hex | 82 | 3 | 22 | 0 | 62 | 4A | 31 | 159 | 5F | 1A |
| Octal | 202 | 3 | 42 | 0 | 142 | 112 | 61 | 531 | 137 | 32 |
| Binary | 10000010 | 11 | 100010 | 0 | 1100010 | 1001010 | 110001 | 101011001 | 1011111 | 11010 |
Color Harmonies of #820322
Complementary color
Monochromatic Colors of #820322
Black with #820322
Text Example
Text Example
White with #820322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820322; }
p { color: rgb(130,3,34); }
H1.HeaderClassName
{
color: #820322;
}
.AnyTagClassName
{
color: #820322;
}
</style>
background-color css
<style>
a { background-color: #820322; }
a { background-color: rgb(130,3,34); }
div.DivClassName
{
background-color: #820322;
}
.BgClassName
{
background-color: #820322;
}
</style>
border-color css
<style>
span { border-color: #820322; }
span { border-color: rgb(130,3,34); }
td.TdClassName
{
border-color: #820322;
}
.TagClassName
{
border-color: #820322;
}
</style>