Shades of Burgundy #820F25
Tints of Burgundy #820F25
RGB
CMYK
RGB Variations
Color information
#820F25 (or 0x820F25) is known color: Burgundy. HEX triplet: 82, 0F and 25. RGB value is (130,15,37). Sum of RGB (Red+Green+Blue) = 130+15+37=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #820F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F25 is #7DF0DA. Grayscale: #333333. Windows color (decimal): -8253659 or 2428802. OLE color: 2428802.
HSL color Cylindrical-coordinate representation of color #820F25: hue angle of 348.52º 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 #820F25 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 37 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.49 |
| HSL | 348.52º | 0.79% | 0.28% | - |
| HSV(B) | 348.52º | 0.88% | 0.51% | - |
| XYZ | 9.71 | 5.22 | 2.25 | - |
| YUV | 51.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 37 | 0 | 0.88 | 0.72 | 0.49 | 348.52 | 0.79 | 0.28 |
| Hex | 82 | F | 25 | 0 | 58 | 48 | 31 | 15D | 4F | 1C |
| Octal | 202 | 17 | 45 | 0 | 130 | 110 | 61 | 535 | 117 | 34 |
| Binary | 10000010 | 1111 | 100101 | 0 | 1011000 | 1001000 | 110001 | 101011101 | 1001111 | 11100 |
Color Harmonies of #820F25
Complementary color
Monochromatic Colors of #820F25
Black with #820F25
Text Example
Text Example
White with #820F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F25; }
p { color: rgb(130,15,37); }
H1.HeaderClassName
{
color: #820F25;
}
.AnyTagClassName
{
color: #820F25;
}
</style>
background-color css
<style>
a { background-color: #820F25; }
a { background-color: rgb(130,15,37); }
div.DivClassName
{
background-color: #820F25;
}
.BgClassName
{
background-color: #820F25;
}
</style>
border-color css
<style>
span { border-color: #820F25; }
span { border-color: rgb(130,15,37); }
td.TdClassName
{
border-color: #820F25;
}
.TagClassName
{
border-color: #820F25;
}
</style>