Shades of Burgundy #82131C
Tints of Burgundy #82131C
RGB
CMYK
RGB Variations
Color information
#82131C (or 0x82131C) is known color: Burgundy. HEX triplet: 82, 13 and 1C. RGB value is (130,19,28). Sum of RGB (Red+Green+Blue) = 130+19+28=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82131C is #7DECE3. Grayscale: #353535. Windows color (decimal): -8252644 or 1840002. OLE color: 1840002.
HSL color Cylindrical-coordinate representation of color #82131C: hue angle of 355.14º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82131C is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 28 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.49 |
| HSL | 355.14º | 0.74% | 0.29% | - |
| HSV(B) | 355.14º | 0.85% | 0.51% | - |
| XYZ | 9.65 | 5.3 | 1.61 | - |
| YUV | 53.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 28 | 0 | 0.85 | 0.78 | 0.49 | 355.14 | 0.74 | 0.29 |
| Hex | 82 | 13 | 1C | 0 | 55 | 4E | 31 | 163 | 4A | 1D |
| Octal | 202 | 23 | 34 | 0 | 125 | 116 | 61 | 543 | 112 | 35 |
| Binary | 10000010 | 10011 | 11100 | 0 | 1010101 | 1001110 | 110001 | 101100011 | 1001010 | 11101 |
Color Harmonies of #82131C
Complementary color
Monochromatic Colors of #82131C
Black with #82131C
Text Example
Text Example
White with #82131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82131C; }
p { color: rgb(130,19,28); }
H1.HeaderClassName
{
color: #82131C;
}
.AnyTagClassName
{
color: #82131C;
}
</style>
background-color css
<style>
a { background-color: #82131C; }
a { background-color: rgb(130,19,28); }
div.DivClassName
{
background-color: #82131C;
}
.BgClassName
{
background-color: #82131C;
}
</style>
border-color css
<style>
span { border-color: #82131C; }
span { border-color: rgb(130,19,28); }
td.TdClassName
{
border-color: #82131C;
}
.TagClassName
{
border-color: #82131C;
}
</style>