Shades of Burgundy #82102C
Tints of Burgundy #82102C
RGB
CMYK
RGB Variations
Color information
#82102C (or 0x82102C) is known color: Burgundy. HEX triplet: 82, 10 and 2C. RGB value is (130,16,44). Sum of RGB (Red+Green+Blue) = 130+16+44=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #82102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82102C is #7DEFD3. Grayscale: #353535. Windows color (decimal): -8253396 or 2887810. OLE color: 2887810.
HSL color Cylindrical-coordinate representation of color #82102C: hue angle of 345.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82102C is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 44 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.49 |
| HSL | 345.26º | 0.78% | 0.29% | - |
| HSV(B) | 345.26º | 0.88% | 0.51% | - |
| XYZ | 9.85 | 5.3 | 2.89 | - |
| YUV | 53.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 44 | 0 | 0.88 | 0.66 | 0.49 | 345.26 | 0.78 | 0.29 |
| Hex | 82 | 10 | 2C | 0 | 58 | 42 | 31 | 159 | 4E | 1D |
| Octal | 202 | 20 | 54 | 0 | 130 | 102 | 61 | 531 | 116 | 35 |
| Binary | 10000010 | 10000 | 101100 | 0 | 1011000 | 1000010 | 110001 | 101011001 | 1001110 | 11101 |
Color Harmonies of #82102C
Complementary color
Monochromatic Colors of #82102C
Black with #82102C
Text Example
Text Example
White with #82102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82102C; }
p { color: rgb(130,16,44); }
H1.HeaderClassName
{
color: #82102C;
}
.AnyTagClassName
{
color: #82102C;
}
</style>
background-color css
<style>
a { background-color: #82102C; }
a { background-color: rgb(130,16,44); }
div.DivClassName
{
background-color: #82102C;
}
.BgClassName
{
background-color: #82102C;
}
</style>
border-color css
<style>
span { border-color: #82102C; }
span { border-color: rgb(130,16,44); }
td.TdClassName
{
border-color: #82102C;
}
.TagClassName
{
border-color: #82102C;
}
</style>