Shades of Burgundy #82091F
Tints of Burgundy #82091F
RGB
CMYK
RGB Variations
Color information
#82091F (or 0x82091F) is known color: Burgundy. HEX triplet: 82, 09 and 1F. RGB value is (130,9,31). Sum of RGB (Red+Green+Blue) = 130+9+31=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #82091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82091F is #7DF6E0. Grayscale: #2F2F2F. Windows color (decimal): -8255201 or 2034050. OLE color: 2034050.
HSL color Cylindrical-coordinate representation of color #82091F: hue angle of 349.09º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82091F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 31 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.49 |
| HSL | 349.09º | 0.87% | 0.27% | - |
| HSV(B) | 349.09º | 0.93% | 0.51% | - |
| XYZ | 9.55 | 5.04 | 1.77 | - |
| YUV | 47.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 31 | 0 | 0.93 | 0.76 | 0.49 | 349.09 | 0.87 | 0.27 |
| Hex | 82 | 9 | 1F | 0 | 5D | 4C | 31 | 15D | 57 | 1B |
| Octal | 202 | 11 | 37 | 0 | 135 | 114 | 61 | 535 | 127 | 33 |
| Binary | 10000010 | 1001 | 11111 | 0 | 1011101 | 1001100 | 110001 | 101011101 | 1010111 | 11011 |
Color Harmonies of #82091F
Complementary color
Monochromatic Colors of #82091F
Black with #82091F
Text Example
Text Example
White with #82091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82091F; }
p { color: rgb(130,9,31); }
H1.HeaderClassName
{
color: #82091F;
}
.AnyTagClassName
{
color: #82091F;
}
</style>
background-color css
<style>
a { background-color: #82091F; }
a { background-color: rgb(130,9,31); }
div.DivClassName
{
background-color: #82091F;
}
.BgClassName
{
background-color: #82091F;
}
</style>
border-color css
<style>
span { border-color: #82091F; }
span { border-color: rgb(130,9,31); }
td.TdClassName
{
border-color: #82091F;
}
.TagClassName
{
border-color: #82091F;
}
</style>