Shades of Burgundy #820713
Tints of Burgundy #820713
RGB
CMYK
RGB Variations
Color information
#820713 (or 0x820713) is known color: Burgundy. HEX triplet: 82, 07 and 13. RGB value is (130,7,19). Sum of RGB (Red+Green+Blue) = 130+7+19=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820713 is #7DF8EC. Grayscale: #2D2D2D. Windows color (decimal): -8255725 or 1247106. OLE color: 1247106.
HSL color Cylindrical-coordinate representation of color #820713: hue angle of 354.15º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820713 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 19 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.49 |
| HSL | 354.15º | 0.9% | 0.27% | - |
| HSV(B) | 354.15º | 0.95% | 0.51% | - |
| XYZ | 9.4 | 4.94 | 1.08 | - |
| YUV | 45.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 19 | 0 | 0.95 | 0.85 | 0.49 | 354.15 | 0.9 | 0.27 |
| Hex | 82 | 7 | 13 | 0 | 5F | 55 | 31 | 162 | 5A | 1B |
| Octal | 202 | 7 | 23 | 0 | 137 | 125 | 61 | 542 | 132 | 33 |
| Binary | 10000010 | 111 | 10011 | 0 | 1011111 | 1010101 | 110001 | 101100010 | 1011010 | 11011 |
Color Harmonies of #820713
Complementary color
Monochromatic Colors of #820713
Black with #820713
Text Example
Text Example
White with #820713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820713; }
p { color: rgb(130,7,19); }
H1.HeaderClassName
{
color: #820713;
}
.AnyTagClassName
{
color: #820713;
}
</style>
background-color css
<style>
a { background-color: #820713; }
a { background-color: rgb(130,7,19); }
div.DivClassName
{
background-color: #820713;
}
.BgClassName
{
background-color: #820713;
}
</style>
border-color css
<style>
span { border-color: #820713; }
span { border-color: rgb(130,7,19); }
td.TdClassName
{
border-color: #820713;
}
.TagClassName
{
border-color: #820713;
}
</style>