Shades of Burgundy #82032F
Tints of Burgundy #82032F
RGB
CMYK
RGB Variations
Color information
#82032F (or 0x82032F) is known color: Burgundy. HEX triplet: 82, 03 and 2F. RGB value is (130,3,47). Sum of RGB (Red+Green+Blue) = 130+3+47=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82032F is #7DFCD0. Grayscale: #2D2D2D. Windows color (decimal): -8256721 or 3081090. OLE color: 3081090.
HSL color Cylindrical-coordinate representation of color #82032F: hue angle of 339.21º 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 #82032F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.49 |
| HSL | 339.21º | 0.95% | 0.26% | - |
| HSV(B) | 339.21º | 0.98% | 0.51% | - |
| XYZ | 9.75 | 5.02 | 3.14 | - |
| YUV | 45.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 47 | 0 | 0.98 | 0.64 | 0.49 | 339.21 | 0.95 | 0.26 |
| Hex | 82 | 3 | 2F | 0 | 62 | 40 | 31 | 153 | 5F | 1A |
| Octal | 202 | 3 | 57 | 0 | 142 | 100 | 61 | 523 | 137 | 32 |
| Binary | 10000010 | 11 | 101111 | 0 | 1100010 | 1000000 | 110001 | 101010011 | 1011111 | 11010 |
Color Harmonies of #82032F
Complementary color
Monochromatic Colors of #82032F
Black with #82032F
Text Example
Text Example
White with #82032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82032F; }
p { color: rgb(130,3,47); }
H1.HeaderClassName
{
color: #82032F;
}
.AnyTagClassName
{
color: #82032F;
}
</style>
background-color css
<style>
a { background-color: #82032F; }
a { background-color: rgb(130,3,47); }
div.DivClassName
{
background-color: #82032F;
}
.BgClassName
{
background-color: #82032F;
}
</style>
border-color css
<style>
span { border-color: #82032F; }
span { border-color: rgb(130,3,47); }
td.TdClassName
{
border-color: #82032F;
}
.TagClassName
{
border-color: #82032F;
}
</style>