Shades of Burgundy #821324
Tints of Burgundy #821324
RGB
CMYK
RGB Variations
Color information
#821324 (or 0x821324) is known color: Burgundy. HEX triplet: 82, 13 and 24. RGB value is (130,19,36). Sum of RGB (Red+Green+Blue) = 130+19+36=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821324 is #7DECDB. Grayscale: #363636. Windows color (decimal): -8252636 or 2364290. OLE color: 2364290.
HSL color Cylindrical-coordinate representation of color #821324: hue angle of 350.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821324 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 36 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.49 |
| HSL | 350.81º | 0.74% | 0.29% | - |
| HSV(B) | 350.81º | 0.85% | 0.51% | - |
| XYZ | 9.76 | 5.34 | 2.19 | - |
| YUV | 54.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 36 | 0 | 0.85 | 0.72 | 0.49 | 350.81 | 0.74 | 0.29 |
| Hex | 82 | 13 | 24 | 0 | 55 | 48 | 31 | 15F | 4A | 1D |
| Octal | 202 | 23 | 44 | 0 | 125 | 110 | 61 | 537 | 112 | 35 |
| Binary | 10000010 | 10011 | 100100 | 0 | 1010101 | 1001000 | 110001 | 101011111 | 1001010 | 11101 |
Color Harmonies of #821324
Complementary color
Monochromatic Colors of #821324
Black with #821324
Text Example
Text Example
White with #821324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821324; }
p { color: rgb(130,19,36); }
H1.HeaderClassName
{
color: #821324;
}
.AnyTagClassName
{
color: #821324;
}
</style>
background-color css
<style>
a { background-color: #821324; }
a { background-color: rgb(130,19,36); }
div.DivClassName
{
background-color: #821324;
}
.BgClassName
{
background-color: #821324;
}
</style>
border-color css
<style>
span { border-color: #821324; }
span { border-color: rgb(130,19,36); }
td.TdClassName
{
border-color: #821324;
}
.TagClassName
{
border-color: #821324;
}
</style>