Shades of Burgundy #821225
Tints of Burgundy #821225
RGB
CMYK
RGB Variations
Color information
#821225 (or 0x821225) is known color: Burgundy. HEX triplet: 82, 12 and 25. RGB value is (130,18,37). Sum of RGB (Red+Green+Blue) = 130+18+37=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821225 is #7DEDDA. Grayscale: #353535. Windows color (decimal): -8252891 or 2429570. OLE color: 2429570.
HSL color Cylindrical-coordinate representation of color #821225: hue angle of 349.82º 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 #821225 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 37 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.49 |
| HSL | 349.82º | 0.76% | 0.29% | - |
| HSV(B) | 349.82º | 0.86% | 0.51% | - |
| XYZ | 9.76 | 5.31 | 2.26 | - |
| YUV | 53.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 37 | 0 | 0.86 | 0.72 | 0.49 | 349.82 | 0.76 | 0.29 |
| Hex | 82 | 12 | 25 | 0 | 56 | 48 | 31 | 15E | 4C | 1D |
| Octal | 202 | 22 | 45 | 0 | 126 | 110 | 61 | 536 | 114 | 35 |
| Binary | 10000010 | 10010 | 100101 | 0 | 1010110 | 1001000 | 110001 | 101011110 | 1001100 | 11101 |
Color Harmonies of #821225
Complementary color
Monochromatic Colors of #821225
Black with #821225
Text Example
Text Example
White with #821225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821225; }
p { color: rgb(130,18,37); }
H1.HeaderClassName
{
color: #821225;
}
.AnyTagClassName
{
color: #821225;
}
</style>
background-color css
<style>
a { background-color: #821225; }
a { background-color: rgb(130,18,37); }
div.DivClassName
{
background-color: #821225;
}
.BgClassName
{
background-color: #821225;
}
</style>
border-color css
<style>
span { border-color: #821225; }
span { border-color: rgb(130,18,37); }
td.TdClassName
{
border-color: #821225;
}
.TagClassName
{
border-color: #821225;
}
</style>