Shades of Burgundy #82092A
Tints of Burgundy #82092A
RGB
CMYK
RGB Variations
Color information
#82092A (or 0x82092A) is known color: Burgundy. HEX triplet: 82, 09 and 2A. RGB value is (130,9,42). Sum of RGB (Red+Green+Blue) = 130+9+42=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82092A is #7DF6D5. Grayscale: #303030. Windows color (decimal): -8255190 or 2754946. OLE color: 2754946.
HSL color Cylindrical-coordinate representation of color #82092A: hue angle of 343.64º 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 #82092A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 42 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.49 |
| HSL | 343.64º | 0.87% | 0.27% | - |
| HSV(B) | 343.64º | 0.93% | 0.51% | - |
| XYZ | 9.72 | 5.11 | 2.66 | - |
| YUV | 48.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 42 | 0 | 0.93 | 0.68 | 0.49 | 343.64 | 0.87 | 0.27 |
| Hex | 82 | 9 | 2A | 0 | 5D | 44 | 31 | 158 | 57 | 1B |
| Octal | 202 | 11 | 52 | 0 | 135 | 104 | 61 | 530 | 127 | 33 |
| Binary | 10000010 | 1001 | 101010 | 0 | 1011101 | 1000100 | 110001 | 101011000 | 1010111 | 11011 |
Color Harmonies of #82092A
Complementary color
Monochromatic Colors of #82092A
Black with #82092A
Text Example
Text Example
White with #82092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82092A; }
p { color: rgb(130,9,42); }
H1.HeaderClassName
{
color: #82092A;
}
.AnyTagClassName
{
color: #82092A;
}
</style>
background-color css
<style>
a { background-color: #82092A; }
a { background-color: rgb(130,9,42); }
div.DivClassName
{
background-color: #82092A;
}
.BgClassName
{
background-color: #82092A;
}
</style>
border-color css
<style>
span { border-color: #82092A; }
span { border-color: rgb(130,9,42); }
td.TdClassName
{
border-color: #82092A;
}
.TagClassName
{
border-color: #82092A;
}
</style>