Shades of Burgundy #820D33
Tints of Burgundy #820D33
RGB
CMYK
RGB Variations
Color information
#820D33 (or 0x820D33) is known color: Burgundy. HEX triplet: 82, 0D and 33. RGB value is (130,13,51). Sum of RGB (Red+Green+Blue) = 130+13+51=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #820D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D33 is #7DF2CC. Grayscale: #343434. Windows color (decimal): -8254157 or 3345794. OLE color: 3345794.
HSL color Cylindrical-coordinate representation of color #820D33: hue angle of 340.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D33 is Cyan = 0, Magento = 0.9, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 51 | - |
| CMYK | 0 | 0.9 | 0.61 | 0.49 |
| HSL | 340.51º | 0.82% | 0.28% | - |
| HSV(B) | 340.51º | 0.9% | 0.51% | - |
| XYZ | 9.95 | 5.27 | 3.63 | - |
| YUV | 52.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 51 | 0 | 0.9 | 0.61 | 0.49 | 340.51 | 0.82 | 0.28 |
| Hex | 82 | D | 33 | 0 | 5A | 3D | 31 | 155 | 52 | 1C |
| Octal | 202 | 15 | 63 | 0 | 132 | 75 | 61 | 525 | 122 | 34 |
| Binary | 10000010 | 1101 | 110011 | 0 | 1011010 | 111101 | 110001 | 101010101 | 1010010 | 11100 |
Color Harmonies of #820D33
Complementary color
Monochromatic Colors of #820D33
Black with #820D33
Text Example
Text Example
White with #820D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D33; }
p { color: rgb(130,13,51); }
H1.HeaderClassName
{
color: #820D33;
}
.AnyTagClassName
{
color: #820D33;
}
</style>
background-color css
<style>
a { background-color: #820D33; }
a { background-color: rgb(130,13,51); }
div.DivClassName
{
background-color: #820D33;
}
.BgClassName
{
background-color: #820D33;
}
</style>
border-color css
<style>
span { border-color: #820D33; }
span { border-color: rgb(130,13,51); }
td.TdClassName
{
border-color: #820D33;
}
.TagClassName
{
border-color: #820D33;
}
</style>