Shades of Burgundy #820928
Tints of Burgundy #820928
RGB
CMYK
RGB Variations
Color information
#820928 (or 0x820928) is known color: Burgundy. HEX triplet: 82, 09 and 28. RGB value is (130,9,40). Sum of RGB (Red+Green+Blue) = 130+9+40=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #820928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820928 is #7DF6D7. Grayscale: #303030. Windows color (decimal): -8255192 or 2623874. OLE color: 2623874.
HSL color Cylindrical-coordinate representation of color #820928: hue angle of 344.63º 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 #820928 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 40 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.49 |
| HSL | 344.63º | 0.87% | 0.27% | - |
| HSV(B) | 344.63º | 0.93% | 0.51% | - |
| XYZ | 9.69 | 5.09 | 2.48 | - |
| YUV | 48.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 40 | 0 | 0.93 | 0.69 | 0.49 | 344.63 | 0.87 | 0.27 |
| Hex | 82 | 9 | 28 | 0 | 5D | 45 | 31 | 159 | 57 | 1B |
| Octal | 202 | 11 | 50 | 0 | 135 | 105 | 61 | 531 | 127 | 33 |
| Binary | 10000010 | 1001 | 101000 | 0 | 1011101 | 1000101 | 110001 | 101011001 | 1010111 | 11011 |
Color Harmonies of #820928
Complementary color
Monochromatic Colors of #820928
Black with #820928
Text Example
Text Example
White with #820928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820928; }
p { color: rgb(130,9,40); }
H1.HeaderClassName
{
color: #820928;
}
.AnyTagClassName
{
color: #820928;
}
</style>
background-color css
<style>
a { background-color: #820928; }
a { background-color: rgb(130,9,40); }
div.DivClassName
{
background-color: #820928;
}
.BgClassName
{
background-color: #820928;
}
</style>
border-color css
<style>
span { border-color: #820928; }
span { border-color: rgb(130,9,40); }
td.TdClassName
{
border-color: #820928;
}
.TagClassName
{
border-color: #820928;
}
</style>