Shades of Burgundy #821218
Tints of Burgundy #821218
RGB
CMYK
RGB Variations
Color information
#821218 (or 0x821218) is known color: Burgundy. HEX triplet: 82, 12 and 18. RGB value is (130,18,24). Sum of RGB (Red+Green+Blue) = 130+18+24=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821218 is #7DEDE7. Grayscale: #343434. Windows color (decimal): -8252904 or 1577602. OLE color: 1577602.
HSL color Cylindrical-coordinate representation of color #821218: hue angle of 356.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821218 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 24 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.49 |
| HSL | 356.79º | 0.76% | 0.29% | - |
| HSV(B) | 356.79º | 0.86% | 0.51% | - |
| XYZ | 9.59 | 5.24 | 1.37 | - |
| YUV | 52.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 24 | 0 | 0.86 | 0.82 | 0.49 | 356.79 | 0.76 | 0.29 |
| Hex | 82 | 12 | 18 | 0 | 56 | 52 | 31 | 165 | 4C | 1D |
| Octal | 202 | 22 | 30 | 0 | 126 | 122 | 61 | 545 | 114 | 35 |
| Binary | 10000010 | 10010 | 11000 | 0 | 1010110 | 1010010 | 110001 | 101100101 | 1001100 | 11101 |
Color Harmonies of #821218
Complementary color
Monochromatic Colors of #821218
Black with #821218
Text Example
Text Example
White with #821218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821218; }
p { color: rgb(130,18,24); }
H1.HeaderClassName
{
color: #821218;
}
.AnyTagClassName
{
color: #821218;
}
</style>
background-color css
<style>
a { background-color: #821218; }
a { background-color: rgb(130,18,24); }
div.DivClassName
{
background-color: #821218;
}
.BgClassName
{
background-color: #821218;
}
</style>
border-color css
<style>
span { border-color: #821218; }
span { border-color: rgb(130,18,24); }
td.TdClassName
{
border-color: #821218;
}
.TagClassName
{
border-color: #821218;
}
</style>