Shades of Burgundy #820A1F
Tints of Burgundy #820A1F
RGB
CMYK
RGB Variations
Color information
#820A1F (or 0x820A1F) is known color: Burgundy. HEX triplet: 82, 0A and 1F. RGB value is (130,10,31). Sum of RGB (Red+Green+Blue) = 130+10+31=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #820A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A1F is #7DF5E0. Grayscale: #303030. Windows color (decimal): -8254945 or 2034306. OLE color: 2034306.
HSL color Cylindrical-coordinate representation of color #820A1F: hue angle of 349.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 #820A1F is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 31 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.49 |
| HSL | 349.5º | 0.86% | 0.27% | - |
| HSV(B) | 349.5º | 0.92% | 0.51% | - |
| XYZ | 9.56 | 5.06 | 1.77 | - |
| YUV | 48.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 31 | 0 | 0.92 | 0.76 | 0.49 | 349.5 | 0.86 | 0.27 |
| Hex | 82 | A | 1F | 0 | 5C | 4C | 31 | 15E | 56 | 1B |
| Octal | 202 | 12 | 37 | 0 | 134 | 114 | 61 | 536 | 126 | 33 |
| Binary | 10000010 | 1010 | 11111 | 0 | 1011100 | 1001100 | 110001 | 101011110 | 1010110 | 11011 |
Color Harmonies of #820A1F
Complementary color
Monochromatic Colors of #820A1F
Black with #820A1F
Text Example
Text Example
White with #820A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A1F; }
p { color: rgb(130,10,31); }
H1.HeaderClassName
{
color: #820A1F;
}
.AnyTagClassName
{
color: #820A1F;
}
</style>
background-color css
<style>
a { background-color: #820A1F; }
a { background-color: rgb(130,10,31); }
div.DivClassName
{
background-color: #820A1F;
}
.BgClassName
{
background-color: #820A1F;
}
</style>
border-color css
<style>
span { border-color: #820A1F; }
span { border-color: rgb(130,10,31); }
td.TdClassName
{
border-color: #820A1F;
}
.TagClassName
{
border-color: #820A1F;
}
</style>