Shades of Burgundy #820F24
Tints of Burgundy #820F24
RGB
CMYK
RGB Variations
Color information
#820F24 (or 0x820F24) is known color: Burgundy. HEX triplet: 82, 0F and 24. RGB value is (130,15,36). Sum of RGB (Red+Green+Blue) = 130+15+36=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #820F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F24 is #7DF0DB. Grayscale: #333333. Windows color (decimal): -8253660 or 2363266. OLE color: 2363266.
HSL color Cylindrical-coordinate representation of color #820F24: hue angle of 349.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F24 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 36 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.49 |
| HSL | 349.04º | 0.79% | 0.28% | - |
| HSV(B) | 349.04º | 0.88% | 0.51% | - |
| XYZ | 9.7 | 5.21 | 2.16 | - |
| YUV | 51.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 36 | 0 | 0.88 | 0.72 | 0.49 | 349.04 | 0.79 | 0.28 |
| Hex | 82 | F | 24 | 0 | 58 | 48 | 31 | 15D | 4F | 1C |
| Octal | 202 | 17 | 44 | 0 | 130 | 110 | 61 | 535 | 117 | 34 |
| Binary | 10000010 | 1111 | 100100 | 0 | 1011000 | 1001000 | 110001 | 101011101 | 1001111 | 11100 |
Color Harmonies of #820F24
Complementary color
Monochromatic Colors of #820F24
Black with #820F24
Text Example
Text Example
White with #820F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F24; }
p { color: rgb(130,15,36); }
H1.HeaderClassName
{
color: #820F24;
}
.AnyTagClassName
{
color: #820F24;
}
</style>
background-color css
<style>
a { background-color: #820F24; }
a { background-color: rgb(130,15,36); }
div.DivClassName
{
background-color: #820F24;
}
.BgClassName
{
background-color: #820F24;
}
</style>
border-color css
<style>
span { border-color: #820F24; }
span { border-color: rgb(130,15,36); }
td.TdClassName
{
border-color: #820F24;
}
.TagClassName
{
border-color: #820F24;
}
</style>