Shades of Burgundy #820033
Tints of Burgundy #820033
RGB
CMYK
RGB Variations
Color information
#820033 (or 0x820033) is known color: Burgundy. HEX triplet: 82, 00 and 33. RGB value is (130,0,51). Sum of RGB (Red+Green+Blue) = 130+0+51=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #820033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820033 is #7DFFCC. Grayscale: #2C2C2C. Windows color (decimal): -8257485 or 3342466. OLE color: 3342466.
HSL color Cylindrical-coordinate representation of color #820033: hue angle of 336.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820033 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.61 | 0.49 |
| HSL | 336.46º | 1% | 0.25% | - |
| HSV(B) | 336.46º | 1% | 0.51% | - |
| XYZ | 9.8 | 4.98 | 3.58 | - |
| YUV | 44.68 | 131.57 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 51 | 0 | 1 | 0.61 | 0.49 | 336.46 | 1 | 0.25 |
| Hex | 82 | 0 | 33 | 0 | 64 | 3D | 31 | 150 | 64 | 19 |
| Octal | 202 | 0 | 63 | 0 | 144 | 75 | 61 | 520 | 144 | 31 |
| Binary | 10000010 | 0 | 110011 | 0 | 1100100 | 111101 | 110001 | 101010000 | 1100100 | 11001 |
Color Harmonies of #820033
Complementary color
Monochromatic Colors of #820033
Black with #820033
Text Example
Text Example
White with #820033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820033; }
p { color: rgb(130,0,51); }
H1.HeaderClassName
{
color: #820033;
}
.AnyTagClassName
{
color: #820033;
}
</style>
background-color css
<style>
a { background-color: #820033; }
a { background-color: rgb(130,0,51); }
div.DivClassName
{
background-color: #820033;
}
.BgClassName
{
background-color: #820033;
}
</style>
border-color css
<style>
span { border-color: #820033; }
span { border-color: rgb(130,0,51); }
td.TdClassName
{
border-color: #820033;
}
.TagClassName
{
border-color: #820033;
}
</style>