Shades of Burgundy #820933
Tints of Burgundy #820933
RGB
CMYK
RGB Variations
Color information
#820933 (or 0x820933) is known color: Burgundy. HEX triplet: 82, 09 and 33. RGB value is (130,9,51). Sum of RGB (Red+Green+Blue) = 130+9+51=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #820933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820933 is #7DF6CC. Grayscale: #313131. Windows color (decimal): -8255181 or 3344770. OLE color: 3344770.
HSL color Cylindrical-coordinate representation of color #820933: hue angle of 339.17º 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 #820933 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 51 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.49 |
| HSL | 339.17º | 0.87% | 0.27% | - |
| HSV(B) | 339.17º | 0.93% | 0.51% | - |
| XYZ | 9.9 | 5.18 | 3.61 | - |
| YUV | 49.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 51 | 0 | 0.93 | 0.61 | 0.49 | 339.17 | 0.87 | 0.27 |
| Hex | 82 | 9 | 33 | 0 | 5D | 3D | 31 | 153 | 57 | 1B |
| Octal | 202 | 11 | 63 | 0 | 135 | 75 | 61 | 523 | 127 | 33 |
| Binary | 10000010 | 1001 | 110011 | 0 | 1011101 | 111101 | 110001 | 101010011 | 1010111 | 11011 |
Color Harmonies of #820933
Complementary color
Monochromatic Colors of #820933
Black with #820933
Text Example
Text Example
White with #820933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820933; }
p { color: rgb(130,9,51); }
H1.HeaderClassName
{
color: #820933;
}
.AnyTagClassName
{
color: #820933;
}
</style>
background-color css
<style>
a { background-color: #820933; }
a { background-color: rgb(130,9,51); }
div.DivClassName
{
background-color: #820933;
}
.BgClassName
{
background-color: #820933;
}
</style>
border-color css
<style>
span { border-color: #820933; }
span { border-color: rgb(130,9,51); }
td.TdClassName
{
border-color: #820933;
}
.TagClassName
{
border-color: #820933;
}
</style>