Shades of Burgundy #821121
Tints of Burgundy #821121
RGB
CMYK
RGB Variations
Color information
#821121 (or 0x821121) is known color: Burgundy. HEX triplet: 82, 11 and 21. RGB value is (130,17,33). Sum of RGB (Red+Green+Blue) = 130+17+33=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #821121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821121 is #7DEEDE. Grayscale: #343434. Windows color (decimal): -8253151 or 2167170. OLE color: 2167170.
HSL color Cylindrical-coordinate representation of color #821121: hue angle of 351.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821121 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 33 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.49 |
| HSL | 351.5º | 0.77% | 0.29% | - |
| HSV(B) | 351.5º | 0.87% | 0.51% | - |
| XYZ | 9.68 | 5.26 | 1.94 | - |
| YUV | 52.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 33 | 0 | 0.87 | 0.75 | 0.49 | 351.5 | 0.77 | 0.29 |
| Hex | 82 | 11 | 21 | 0 | 57 | 4B | 31 | 160 | 4D | 1D |
| Octal | 202 | 21 | 41 | 0 | 127 | 113 | 61 | 540 | 115 | 35 |
| Binary | 10000010 | 10001 | 100001 | 0 | 1010111 | 1001011 | 110001 | 101100000 | 1001101 | 11101 |
Color Harmonies of #821121
Complementary color
Monochromatic Colors of #821121
Black with #821121
Text Example
Text Example
White with #821121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821121; }
p { color: rgb(130,17,33); }
H1.HeaderClassName
{
color: #821121;
}
.AnyTagClassName
{
color: #821121;
}
</style>
background-color css
<style>
a { background-color: #821121; }
a { background-color: rgb(130,17,33); }
div.DivClassName
{
background-color: #821121;
}
.BgClassName
{
background-color: #821121;
}
</style>
border-color css
<style>
span { border-color: #821121; }
span { border-color: rgb(130,17,33); }
td.TdClassName
{
border-color: #821121;
}
.TagClassName
{
border-color: #821121;
}
</style>