Shades of Burgundy #820313
Tints of Burgundy #820313
RGB
CMYK
RGB Variations
Color information
#820313 (or 0x820313) is known color: Burgundy. HEX triplet: 82, 03 and 13. RGB value is (130,3,19). Sum of RGB (Red+Green+Blue) = 130+3+19=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #820313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820313 is #7DFCEC. Grayscale: #2A2A2A. Windows color (decimal): -8256749 or 1246082. OLE color: 1246082.
HSL color Cylindrical-coordinate representation of color #820313: hue angle of 352.44º 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 #820313 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 19 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.49 |
| HSL | 352.44º | 0.95% | 0.26% | - |
| HSV(B) | 352.44º | 0.98% | 0.51% | - |
| XYZ | 9.36 | 4.86 | 1.06 | - |
| YUV | 42.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 19 | 0 | 0.98 | 0.85 | 0.49 | 352.44 | 0.95 | 0.26 |
| Hex | 82 | 3 | 13 | 0 | 62 | 55 | 31 | 160 | 5F | 1A |
| Octal | 202 | 3 | 23 | 0 | 142 | 125 | 61 | 540 | 137 | 32 |
| Binary | 10000010 | 11 | 10011 | 0 | 1100010 | 1010101 | 110001 | 101100000 | 1011111 | 11010 |
Color Harmonies of #820313
Complementary color
Monochromatic Colors of #820313
Black with #820313
Text Example
Text Example
White with #820313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820313; }
p { color: rgb(130,3,19); }
H1.HeaderClassName
{
color: #820313;
}
.AnyTagClassName
{
color: #820313;
}
</style>
background-color css
<style>
a { background-color: #820313; }
a { background-color: rgb(130,3,19); }
div.DivClassName
{
background-color: #820313;
}
.BgClassName
{
background-color: #820313;
}
</style>
border-color css
<style>
span { border-color: #820313; }
span { border-color: rgb(130,3,19); }
td.TdClassName
{
border-color: #820313;
}
.TagClassName
{
border-color: #820313;
}
</style>