Shades of Burgundy #820F1F
Tints of Burgundy #820F1F
RGB
CMYK
RGB Variations
Color information
#820F1F (or 0x820F1F) is known color: Burgundy. HEX triplet: 82, 0F and 1F. RGB value is (130,15,31). Sum of RGB (Red+Green+Blue) = 130+15+31=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #820F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F1F is #7DF0E0. Grayscale: #333333. Windows color (decimal): -8253665 or 2035586. OLE color: 2035586.
HSL color Cylindrical-coordinate representation of color #820F1F: hue angle of 351.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F1F is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 31 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.49 |
| HSL | 351.65º | 0.79% | 0.28% | - |
| HSV(B) | 351.65º | 0.88% | 0.51% | - |
| XYZ | 9.62 | 5.19 | 1.79 | - |
| YUV | 51.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 31 | 0 | 0.88 | 0.76 | 0.49 | 351.65 | 0.79 | 0.28 |
| Hex | 82 | F | 1F | 0 | 58 | 4C | 31 | 160 | 4F | 1C |
| Octal | 202 | 17 | 37 | 0 | 130 | 114 | 61 | 540 | 117 | 34 |
| Binary | 10000010 | 1111 | 11111 | 0 | 1011000 | 1001100 | 110001 | 101100000 | 1001111 | 11100 |
Color Harmonies of #820F1F
Complementary color
Monochromatic Colors of #820F1F
Black with #820F1F
Text Example
Text Example
White with #820F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F1F; }
p { color: rgb(130,15,31); }
H1.HeaderClassName
{
color: #820F1F;
}
.AnyTagClassName
{
color: #820F1F;
}
</style>
background-color css
<style>
a { background-color: #820F1F; }
a { background-color: rgb(130,15,31); }
div.DivClassName
{
background-color: #820F1F;
}
.BgClassName
{
background-color: #820F1F;
}
</style>
border-color css
<style>
span { border-color: #820F1F; }
span { border-color: rgb(130,15,31); }
td.TdClassName
{
border-color: #820F1F;
}
.TagClassName
{
border-color: #820F1F;
}
</style>