Shades of Burgundy #82072F
Tints of Burgundy #82072F
RGB
CMYK
RGB Variations
Color information
#82072F (or 0x82072F) is known color: Burgundy. HEX triplet: 82, 07 and 2F. RGB value is (130,7,47). Sum of RGB (Red+Green+Blue) = 130+7+47=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #82072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82072F is #7DF8D0. Grayscale: #303030. Windows color (decimal): -8255697 or 3082114. OLE color: 3082114.
HSL color Cylindrical-coordinate representation of color #82072F: hue angle of 340.49º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82072F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.49 |
| HSL | 340.49º | 0.9% | 0.27% | - |
| HSV(B) | 340.49º | 0.95% | 0.51% | - |
| XYZ | 9.79 | 5.1 | 3.16 | - |
| YUV | 48.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 47 | 0 | 0.95 | 0.64 | 0.49 | 340.49 | 0.9 | 0.27 |
| Hex | 82 | 7 | 2F | 0 | 5F | 40 | 31 | 154 | 5A | 1B |
| Octal | 202 | 7 | 57 | 0 | 137 | 100 | 61 | 524 | 132 | 33 |
| Binary | 10000010 | 111 | 101111 | 0 | 1011111 | 1000000 | 110001 | 101010100 | 1011010 | 11011 |
Color Harmonies of #82072F
Complementary color
Monochromatic Colors of #82072F
Black with #82072F
Text Example
Text Example
White with #82072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82072F; }
p { color: rgb(130,7,47); }
H1.HeaderClassName
{
color: #82072F;
}
.AnyTagClassName
{
color: #82072F;
}
</style>
background-color css
<style>
a { background-color: #82072F; }
a { background-color: rgb(130,7,47); }
div.DivClassName
{
background-color: #82072F;
}
.BgClassName
{
background-color: #82072F;
}
</style>
border-color css
<style>
span { border-color: #82072F; }
span { border-color: rgb(130,7,47); }
td.TdClassName
{
border-color: #82072F;
}
.TagClassName
{
border-color: #82072F;
}
</style>