Shades of Burgundy #820D1F
Tints of Burgundy #820D1F
RGB
CMYK
RGB Variations
Color information
#820D1F (or 0x820D1F) is known color: Burgundy. HEX triplet: 82, 0D and 1F. RGB value is (130,13,31). Sum of RGB (Red+Green+Blue) = 130+13+31=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D1F is #7DF2E0. Grayscale: #323232. Windows color (decimal): -8254177 or 2035074. OLE color: 2035074.
HSL color Cylindrical-coordinate representation of color #820D1F: hue angle of 350.77º 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 #820D1F is Cyan = 0, Magento = 0.9, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 31 | - |
| CMYK | 0 | 0.9 | 0.76 | 0.49 |
| HSL | 350.77º | 0.82% | 0.28% | - |
| HSV(B) | 350.77º | 0.9% | 0.51% | - |
| XYZ | 9.6 | 5.13 | 1.78 | - |
| YUV | 50.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 31 | 0 | 0.9 | 0.76 | 0.49 | 350.77 | 0.82 | 0.28 |
| Hex | 82 | D | 1F | 0 | 5A | 4C | 31 | 15F | 52 | 1C |
| Octal | 202 | 15 | 37 | 0 | 132 | 114 | 61 | 537 | 122 | 34 |
| Binary | 10000010 | 1101 | 11111 | 0 | 1011010 | 1001100 | 110001 | 101011111 | 1010010 | 11100 |
Color Harmonies of #820D1F
Complementary color
Monochromatic Colors of #820D1F
Black with #820D1F
Text Example
Text Example
White with #820D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D1F; }
p { color: rgb(130,13,31); }
H1.HeaderClassName
{
color: #820D1F;
}
.AnyTagClassName
{
color: #820D1F;
}
</style>
background-color css
<style>
a { background-color: #820D1F; }
a { background-color: rgb(130,13,31); }
div.DivClassName
{
background-color: #820D1F;
}
.BgClassName
{
background-color: #820D1F;
}
</style>
border-color css
<style>
span { border-color: #820D1F; }
span { border-color: rgb(130,13,31); }
td.TdClassName
{
border-color: #820D1F;
}
.TagClassName
{
border-color: #820D1F;
}
</style>