Shades of Burgundy #820924
Tints of Burgundy #820924
RGB
CMYK
RGB Variations
Color information
#820924 (or 0x820924) is known color: Burgundy. HEX triplet: 82, 09 and 24. RGB value is (130,9,36). Sum of RGB (Red+Green+Blue) = 130+9+36=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #820924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820924 is #7DF6DB. Grayscale: #303030. Windows color (decimal): -8255196 or 2361730. OLE color: 2361730.
HSL color Cylindrical-coordinate representation of color #820924: hue angle of 346.61º 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 #820924 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 36 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.49 |
| HSL | 346.61º | 0.87% | 0.27% | - |
| HSV(B) | 346.61º | 0.93% | 0.51% | - |
| XYZ | 9.62 | 5.07 | 2.14 | - |
| YUV | 48.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 36 | 0 | 0.93 | 0.72 | 0.49 | 346.61 | 0.87 | 0.27 |
| Hex | 82 | 9 | 24 | 0 | 5D | 48 | 31 | 15B | 57 | 1B |
| Octal | 202 | 11 | 44 | 0 | 135 | 110 | 61 | 533 | 127 | 33 |
| Binary | 10000010 | 1001 | 100100 | 0 | 1011101 | 1001000 | 110001 | 101011011 | 1010111 | 11011 |
Color Harmonies of #820924
Complementary color
Monochromatic Colors of #820924
Black with #820924
Text Example
Text Example
White with #820924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820924; }
p { color: rgb(130,9,36); }
H1.HeaderClassName
{
color: #820924;
}
.AnyTagClassName
{
color: #820924;
}
</style>
background-color css
<style>
a { background-color: #820924; }
a { background-color: rgb(130,9,36); }
div.DivClassName
{
background-color: #820924;
}
.BgClassName
{
background-color: #820924;
}
</style>
border-color css
<style>
span { border-color: #820924; }
span { border-color: rgb(130,9,36); }
td.TdClassName
{
border-color: #820924;
}
.TagClassName
{
border-color: #820924;
}
</style>