Shades of Burgundy #82092F
Tints of Burgundy #82092F
RGB
CMYK
RGB Variations
Color information
#82092F (or 0x82092F) is known color: Burgundy. HEX triplet: 82, 09 and 2F. RGB value is (130,9,47). Sum of RGB (Red+Green+Blue) = 130+9+47=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #82092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82092F is #7DF6D0. Grayscale: #313131. Windows color (decimal): -8255185 or 3082626. OLE color: 3082626.
HSL color Cylindrical-coordinate representation of color #82092F: hue angle of 341.16º 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 #82092F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 47 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.49 |
| HSL | 341.16º | 0.87% | 0.27% | - |
| HSV(B) | 341.16º | 0.93% | 0.51% | - |
| XYZ | 9.82 | 5.15 | 3.17 | - |
| YUV | 49.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 47 | 0 | 0.93 | 0.64 | 0.49 | 341.16 | 0.87 | 0.27 |
| Hex | 82 | 9 | 2F | 0 | 5D | 40 | 31 | 155 | 57 | 1B |
| Octal | 202 | 11 | 57 | 0 | 135 | 100 | 61 | 525 | 127 | 33 |
| Binary | 10000010 | 1001 | 101111 | 0 | 1011101 | 1000000 | 110001 | 101010101 | 1010111 | 11011 |
Color Harmonies of #82092F
Complementary color
Monochromatic Colors of #82092F
Black with #82092F
Text Example
Text Example
White with #82092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82092F; }
p { color: rgb(130,9,47); }
H1.HeaderClassName
{
color: #82092F;
}
.AnyTagClassName
{
color: #82092F;
}
</style>
background-color css
<style>
a { background-color: #82092F; }
a { background-color: rgb(130,9,47); }
div.DivClassName
{
background-color: #82092F;
}
.BgClassName
{
background-color: #82092F;
}
</style>
border-color css
<style>
span { border-color: #82092F; }
span { border-color: rgb(130,9,47); }
td.TdClassName
{
border-color: #82092F;
}
.TagClassName
{
border-color: #82092F;
}
</style>