Shades of Burgundy #82112F
Tints of Burgundy #82112F
RGB
CMYK
RGB Variations
Color information
#82112F (or 0x82112F) is known color: Burgundy. HEX triplet: 82, 11 and 2F. RGB value is (130,17,47). Sum of RGB (Red+Green+Blue) = 130+17+47=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82112F is #7DEED0. Grayscale: #363636. Windows color (decimal): -8253137 or 3084674. OLE color: 3084674.
HSL color Cylindrical-coordinate representation of color #82112F: hue angle of 344.07º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82112F is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 47 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.49 |
| HSL | 344.07º | 0.77% | 0.29% | - |
| HSV(B) | 344.07º | 0.87% | 0.51% | - |
| XYZ | 9.92 | 5.35 | 3.2 | - |
| YUV | 54.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 47 | 0 | 0.87 | 0.64 | 0.49 | 344.07 | 0.77 | 0.29 |
| Hex | 82 | 11 | 2F | 0 | 57 | 40 | 31 | 158 | 4D | 1D |
| Octal | 202 | 21 | 57 | 0 | 127 | 100 | 61 | 530 | 115 | 35 |
| Binary | 10000010 | 10001 | 101111 | 0 | 1010111 | 1000000 | 110001 | 101011000 | 1001101 | 11101 |
Color Harmonies of #82112F
Complementary color
Monochromatic Colors of #82112F
Black with #82112F
Text Example
Text Example
White with #82112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82112F; }
p { color: rgb(130,17,47); }
H1.HeaderClassName
{
color: #82112F;
}
.AnyTagClassName
{
color: #82112F;
}
</style>
background-color css
<style>
a { background-color: #82112F; }
a { background-color: rgb(130,17,47); }
div.DivClassName
{
background-color: #82112F;
}
.BgClassName
{
background-color: #82112F;
}
</style>
border-color css
<style>
span { border-color: #82112F; }
span { border-color: rgb(130,17,47); }
td.TdClassName
{
border-color: #82112F;
}
.TagClassName
{
border-color: #82112F;
}
</style>