Shades of Burgundy #820218
Tints of Burgundy #820218
RGB
CMYK
RGB Variations
Color information
#820218 (or 0x820218) is known color: Burgundy. HEX triplet: 82, 02 and 18. RGB value is (130,2,24). Sum of RGB (Red+Green+Blue) = 130+2+24=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820218 is #7DFDE7. Grayscale: #2A2A2A. Windows color (decimal): -8257000 or 1573506. OLE color: 1573506.
HSL color Cylindrical-coordinate representation of color #820218: hue angle of 349.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820218 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 24 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.49 |
| HSL | 349.69º | 0.97% | 0.26% | - |
| HSV(B) | 349.69º | 0.98% | 0.51% | - |
| XYZ | 9.39 | 4.86 | 1.31 | - |
| YUV | 42.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 24 | 0 | 0.98 | 0.82 | 0.49 | 349.69 | 0.97 | 0.26 |
| Hex | 82 | 2 | 18 | 0 | 62 | 52 | 31 | 15E | 61 | 1A |
| Octal | 202 | 2 | 30 | 0 | 142 | 122 | 61 | 536 | 141 | 32 |
| Binary | 10000010 | 10 | 11000 | 0 | 1100010 | 1010010 | 110001 | 101011110 | 1100001 | 11010 |
Color Harmonies of #820218
Complementary color
Monochromatic Colors of #820218
Black with #820218
Text Example
Text Example
White with #820218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820218; }
p { color: rgb(130,2,24); }
H1.HeaderClassName
{
color: #820218;
}
.AnyTagClassName
{
color: #820218;
}
</style>
background-color css
<style>
a { background-color: #820218; }
a { background-color: rgb(130,2,24); }
div.DivClassName
{
background-color: #820218;
}
.BgClassName
{
background-color: #820218;
}
</style>
border-color css
<style>
span { border-color: #820218; }
span { border-color: rgb(130,2,24); }
td.TdClassName
{
border-color: #820218;
}
.TagClassName
{
border-color: #820218;
}
</style>