Shades of Burgundy #820B24
Tints of Burgundy #820B24
RGB
CMYK
RGB Variations
Color information
#820B24 (or 0x820B24) is known color: Burgundy. HEX triplet: 82, 0B and 24. RGB value is (130,11,36). Sum of RGB (Red+Green+Blue) = 130+11+36=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #820B24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B24 is #7DF4DB. Grayscale: #313131. Windows color (decimal): -8254684 or 2362242. OLE color: 2362242.
HSL color Cylindrical-coordinate representation of color #820B24: hue angle of 347.39º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B24 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 36 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.49 |
| HSL | 347.4º | 0.84% | 0.28% | - |
| HSV(B) | 347.4º | 0.92% | 0.51% | - |
| XYZ | 9.64 | 5.11 | 2.15 | - |
| YUV | 49.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 36 | 0 | 0.92 | 0.72 | 0.49 | 347.4 | 0.84 | 0.28 |
| Hex | 82 | B | 24 | 0 | 5C | 48 | 31 | 15B | 54 | 1C |
| Octal | 202 | 13 | 44 | 0 | 134 | 110 | 61 | 533 | 124 | 34 |
| Binary | 10000010 | 1011 | 100100 | 0 | 1011100 | 1001000 | 110001 | 101011011 | 1010100 | 11100 |
Color Harmonies of #820B24
Complementary color
Monochromatic Colors of #820B24
Black with #820B24
Text Example
Text Example
White with #820B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B24; }
p { color: rgb(130,11,36); }
H1.HeaderClassName
{
color: #820B24;
}
.AnyTagClassName
{
color: #820B24;
}
</style>
background-color css
<style>
a { background-color: #820B24; }
a { background-color: rgb(130,11,36); }
div.DivClassName
{
background-color: #820B24;
}
.BgClassName
{
background-color: #820B24;
}
</style>
border-color css
<style>
span { border-color: #820B24; }
span { border-color: rgb(130,11,36); }
td.TdClassName
{
border-color: #820B24;
}
.TagClassName
{
border-color: #820B24;
}
</style>