Shades of Burgundy #820F32
Tints of Burgundy #820F32
RGB
CMYK
RGB Variations
Color information
#820F32 (or 0x820F32) is known color: Burgundy. HEX triplet: 82, 0F and 32. RGB value is (130,15,50). Sum of RGB (Red+Green+Blue) = 130+15+50=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #820F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F32 is #7DF0CD. Grayscale: #353535. Windows color (decimal): -8253646 or 3280770. OLE color: 3280770.
HSL color Cylindrical-coordinate representation of color #820F32: hue angle of 341.74º 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 #820F32 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 50 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.49 |
| HSL | 341.74º | 0.79% | 0.28% | - |
| HSV(B) | 341.74º | 0.88% | 0.51% | - |
| XYZ | 9.95 | 5.32 | 3.52 | - |
| YUV | 53.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 50 | 0 | 0.88 | 0.62 | 0.49 | 341.74 | 0.79 | 0.28 |
| Hex | 82 | F | 32 | 0 | 58 | 3E | 31 | 156 | 4F | 1C |
| Octal | 202 | 17 | 62 | 0 | 130 | 76 | 61 | 526 | 117 | 34 |
| Binary | 10000010 | 1111 | 110010 | 0 | 1011000 | 111110 | 110001 | 101010110 | 1001111 | 11100 |
Color Harmonies of #820F32
Complementary color
Monochromatic Colors of #820F32
Black with #820F32
Text Example
Text Example
White with #820F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F32; }
p { color: rgb(130,15,50); }
H1.HeaderClassName
{
color: #820F32;
}
.AnyTagClassName
{
color: #820F32;
}
</style>
background-color css
<style>
a { background-color: #820F32; }
a { background-color: rgb(130,15,50); }
div.DivClassName
{
background-color: #820F32;
}
.BgClassName
{
background-color: #820F32;
}
</style>
border-color css
<style>
span { border-color: #820F32; }
span { border-color: rgb(130,15,50); }
td.TdClassName
{
border-color: #820F32;
}
.TagClassName
{
border-color: #820F32;
}
</style>