Shades of Burgundy #820935
Tints of Burgundy #820935
RGB
CMYK
RGB Variations
Color information
#820935 (or 0x820935) is known color: Burgundy. HEX triplet: 82, 09 and 35. RGB value is (130,9,53). Sum of RGB (Red+Green+Blue) = 130+9+53=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #820935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820935 is #7DF6CA. Grayscale: #323232. Windows color (decimal): -8255179 or 3475842. OLE color: 3475842.
HSL color Cylindrical-coordinate representation of color #820935: hue angle of 338.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820935 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 53 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.49 |
| HSL | 338.18º | 0.87% | 0.27% | - |
| HSV(B) | 338.18º | 0.93% | 0.51% | - |
| XYZ | 9.95 | 5.2 | 3.85 | - |
| YUV | 50.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 53 | 0 | 0.93 | 0.59 | 0.49 | 338.18 | 0.87 | 0.27 |
| Hex | 82 | 9 | 35 | 0 | 5D | 3B | 31 | 152 | 57 | 1B |
| Octal | 202 | 11 | 65 | 0 | 135 | 73 | 61 | 522 | 127 | 33 |
| Binary | 10000010 | 1001 | 110101 | 0 | 1011101 | 111011 | 110001 | 101010010 | 1010111 | 11011 |
Color Harmonies of #820935
Complementary color
Monochromatic Colors of #820935
Black with #820935
Text Example
Text Example
White with #820935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820935; }
p { color: rgb(130,9,53); }
H1.HeaderClassName
{
color: #820935;
}
.AnyTagClassName
{
color: #820935;
}
</style>
background-color css
<style>
a { background-color: #820935; }
a { background-color: rgb(130,9,53); }
div.DivClassName
{
background-color: #820935;
}
.BgClassName
{
background-color: #820935;
}
</style>
border-color css
<style>
span { border-color: #820935; }
span { border-color: rgb(130,9,53); }
td.TdClassName
{
border-color: #820935;
}
.TagClassName
{
border-color: #820935;
}
</style>