Shades of Burgundy #82033A
Tints of Burgundy #82033A
RGB
CMYK
RGB Variations
Color information
#82033A (or 0x82033A) is known color: Burgundy. HEX triplet: 82, 03 and 3A. RGB value is (130,3,58). Sum of RGB (Red+Green+Blue) = 130+3+58=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82033A is #7DFCC5. Grayscale: #2F2F2F. Windows color (decimal): -8256710 or 3801986. OLE color: 3801986.
HSL color Cylindrical-coordinate representation of color #82033A: hue angle of 334.02º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82033A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.49 |
| HSL | 334.02º | 0.95% | 0.26% | - |
| HSV(B) | 334.02º | 0.98% | 0.51% | - |
| XYZ | 10 | 5.12 | 4.46 | - |
| YUV | 47.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 58 | 0 | 0.98 | 0.55 | 0.49 | 334.02 | 0.95 | 0.26 |
| Hex | 82 | 3 | 3A | 0 | 62 | 37 | 31 | 14E | 5F | 1A |
| Octal | 202 | 3 | 72 | 0 | 142 | 67 | 61 | 516 | 137 | 32 |
| Binary | 10000010 | 11 | 111010 | 0 | 1100010 | 110111 | 110001 | 101001110 | 1011111 | 11010 |
Color Harmonies of #82033A
Complementary color
Monochromatic Colors of #82033A
Black with #82033A
Text Example
Text Example
White with #82033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82033A; }
p { color: rgb(130,3,58); }
H1.HeaderClassName
{
color: #82033A;
}
.AnyTagClassName
{
color: #82033A;
}
</style>
background-color css
<style>
a { background-color: #82033A; }
a { background-color: rgb(130,3,58); }
div.DivClassName
{
background-color: #82033A;
}
.BgClassName
{
background-color: #82033A;
}
</style>
border-color css
<style>
span { border-color: #82033A; }
span { border-color: rgb(130,3,58); }
td.TdClassName
{
border-color: #82033A;
}
.TagClassName
{
border-color: #82033A;
}
</style>