Shades of Burgundy #820533
Tints of Burgundy #820533
RGB
CMYK
RGB Variations
Color information
#820533 (or 0x820533) is known color: Burgundy. HEX triplet: 82, 05 and 33. RGB value is (130,5,51). Sum of RGB (Red+Green+Blue) = 130+5+51=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #820533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820533 is #7DFACC. Grayscale: #2F2F2F. Windows color (decimal): -8256205 or 3343746. OLE color: 3343746.
HSL color Cylindrical-coordinate representation of color #820533: hue angle of 337.92º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820533 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 51 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.49 |
| HSL | 337.92º | 0.93% | 0.26% | - |
| HSV(B) | 337.92º | 0.96% | 0.51% | - |
| XYZ | 9.86 | 5.09 | 3.6 | - |
| YUV | 47.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 51 | 0 | 0.96 | 0.61 | 0.49 | 337.92 | 0.93 | 0.26 |
| Hex | 82 | 5 | 33 | 0 | 60 | 3D | 31 | 152 | 5D | 1A |
| Octal | 202 | 5 | 63 | 0 | 140 | 75 | 61 | 522 | 135 | 32 |
| Binary | 10000010 | 101 | 110011 | 0 | 1100000 | 111101 | 110001 | 101010010 | 1011101 | 11010 |
Color Harmonies of #820533
Complementary color
Monochromatic Colors of #820533
Black with #820533
Text Example
Text Example
White with #820533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820533; }
p { color: rgb(130,5,51); }
H1.HeaderClassName
{
color: #820533;
}
.AnyTagClassName
{
color: #820533;
}
</style>
background-color css
<style>
a { background-color: #820533; }
a { background-color: rgb(130,5,51); }
div.DivClassName
{
background-color: #820533;
}
.BgClassName
{
background-color: #820533;
}
</style>
border-color css
<style>
span { border-color: #820533; }
span { border-color: rgb(130,5,51); }
td.TdClassName
{
border-color: #820533;
}
.TagClassName
{
border-color: #820533;
}
</style>