Shades of Burgundy #820A39
Tints of Burgundy #820A39
RGB
CMYK
RGB Variations
Color information
#820A39 (or 0x820A39) is known color: Burgundy. HEX triplet: 82, 0A and 39. RGB value is (130,10,57). Sum of RGB (Red+Green+Blue) = 130+10+57=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #820A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A39 is #7DF5C6. Grayscale: #333333. Windows color (decimal): -8254919 or 3738242. OLE color: 3738242.
HSL color Cylindrical-coordinate representation of color #820A39: hue angle of 336.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A39 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 57 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.49 |
| HSL | 336.5º | 0.86% | 0.27% | - |
| HSV(B) | 336.5º | 0.92% | 0.51% | - |
| XYZ | 10.05 | 5.26 | 4.36 | - |
| YUV | 51.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 57 | 0 | 0.92 | 0.56 | 0.49 | 336.5 | 0.86 | 0.27 |
| Hex | 82 | A | 39 | 0 | 5C | 38 | 31 | 150 | 56 | 1B |
| Octal | 202 | 12 | 71 | 0 | 134 | 70 | 61 | 520 | 126 | 33 |
| Binary | 10000010 | 1010 | 111001 | 0 | 1011100 | 111000 | 110001 | 101010000 | 1010110 | 11011 |
Color Harmonies of #820A39
Complementary color
Monochromatic Colors of #820A39
Black with #820A39
Text Example
Text Example
White with #820A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A39; }
p { color: rgb(130,10,57); }
H1.HeaderClassName
{
color: #820A39;
}
.AnyTagClassName
{
color: #820A39;
}
</style>
background-color css
<style>
a { background-color: #820A39; }
a { background-color: rgb(130,10,57); }
div.DivClassName
{
background-color: #820A39;
}
.BgClassName
{
background-color: #820A39;
}
</style>
border-color css
<style>
span { border-color: #820A39; }
span { border-color: rgb(130,10,57); }
td.TdClassName
{
border-color: #820A39;
}
.TagClassName
{
border-color: #820A39;
}
</style>