Shades of Burgundy #82101B
Tints of Burgundy #82101B
RGB
CMYK
RGB Variations
Color information
#82101B (or 0x82101B) is known color: Burgundy. HEX triplet: 82, 10 and 1B. RGB value is (130,16,27). Sum of RGB (Red+Green+Blue) = 130+16+27=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #82101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82101B is #7DEFE4. Grayscale: #333333. Windows color (decimal): -8253413 or 1773698. OLE color: 1773698.
HSL color Cylindrical-coordinate representation of color #82101B: hue angle of 354.21º 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 #82101B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 27 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.49 |
| HSL | 354.21º | 0.78% | 0.29% | - |
| HSV(B) | 354.21º | 0.88% | 0.51% | - |
| XYZ | 9.59 | 5.2 | 1.53 | - |
| YUV | 51.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 27 | 0 | 0.88 | 0.79 | 0.49 | 354.21 | 0.78 | 0.29 |
| Hex | 82 | 10 | 1B | 0 | 58 | 4F | 31 | 162 | 4E | 1D |
| Octal | 202 | 20 | 33 | 0 | 130 | 117 | 61 | 542 | 116 | 35 |
| Binary | 10000010 | 10000 | 11011 | 0 | 1011000 | 1001111 | 110001 | 101100010 | 1001110 | 11101 |
Color Harmonies of #82101B
Complementary color
Monochromatic Colors of #82101B
Black with #82101B
Text Example
Text Example
White with #82101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82101B; }
p { color: rgb(130,16,27); }
H1.HeaderClassName
{
color: #82101B;
}
.AnyTagClassName
{
color: #82101B;
}
</style>
background-color css
<style>
a { background-color: #82101B; }
a { background-color: rgb(130,16,27); }
div.DivClassName
{
background-color: #82101B;
}
.BgClassName
{
background-color: #82101B;
}
</style>
border-color css
<style>
span { border-color: #82101B; }
span { border-color: rgb(130,16,27); }
td.TdClassName
{
border-color: #82101B;
}
.TagClassName
{
border-color: #82101B;
}
</style>