Shades of Burgundy #820F26
Tints of Burgundy #820F26
RGB
CMYK
RGB Variations
Color information
#820F26 (or 0x820F26) is known color: Burgundy. HEX triplet: 82, 0F and 26. RGB value is (130,15,38). Sum of RGB (Red+Green+Blue) = 130+15+38=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F26 is #7DF0D9. Grayscale: #343434. Windows color (decimal): -8253658 or 2494338. OLE color: 2494338.
HSL color Cylindrical-coordinate representation of color #820F26: hue angle of 348º 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 #820F26 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 38 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.49 |
| HSL | 348º | 0.79% | 0.28% | - |
| HSV(B) | 348º | 0.88% | 0.51% | - |
| XYZ | 9.73 | 5.23 | 2.33 | - |
| YUV | 52.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 38 | 0 | 0.88 | 0.71 | 0.49 | 348 | 0.79 | 0.28 |
| Hex | 82 | F | 26 | 0 | 58 | 47 | 31 | 15C | 4F | 1C |
| Octal | 202 | 17 | 46 | 0 | 130 | 107 | 61 | 534 | 117 | 34 |
| Binary | 10000010 | 1111 | 100110 | 0 | 1011000 | 1000111 | 110001 | 101011100 | 1001111 | 11100 |
Color Harmonies of #820F26
Complementary color
Monochromatic Colors of #820F26
Black with #820F26
Text Example
Text Example
White with #820F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F26; }
p { color: rgb(130,15,38); }
H1.HeaderClassName
{
color: #820F26;
}
.AnyTagClassName
{
color: #820F26;
}
</style>
background-color css
<style>
a { background-color: #820F26; }
a { background-color: rgb(130,15,38); }
div.DivClassName
{
background-color: #820F26;
}
.BgClassName
{
background-color: #820F26;
}
</style>
border-color css
<style>
span { border-color: #820F26; }
span { border-color: rgb(130,15,38); }
td.TdClassName
{
border-color: #820F26;
}
.TagClassName
{
border-color: #820F26;
}
</style>