Shades of Burgundy #80082F
Tints of Burgundy #80082F
RGB
CMYK
RGB Variations
Color information
#80082F (or 0x80082F) is known color: Burgundy. HEX triplet: 80, 08 and 2F. RGB value is (128,8,47). Sum of RGB (Red+Green+Blue) = 128+8+47=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #80082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80082F is #7FF7D0. Grayscale: #303030. Windows color (decimal): -8386513 or 3082368. OLE color: 3082368.
HSL color Cylindrical-coordinate representation of color #80082F: hue angle of 340.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80082F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.50 |
| HSL | 340.5º | 0.88% | 0.27% | - |
| HSV(B) | 340.5º | 0.94% | 0.5% | - |
| XYZ | 9.5 | 4.97 | 3.15 | - |
| YUV | 48.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 47 | 0 | 0.94 | 0.63 | 0.50 | 340.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 2F | 0 | 5E | 3F | 32 | 154 | 58 | 1B |
| Octal | 200 | 10 | 57 | 0 | 136 | 77 | 62 | 524 | 130 | 33 |
| Binary | 10000000 | 1000 | 101111 | 0 | 1011110 | 111111 | 110010 | 101010100 | 1011000 | 11011 |
Color Harmonies of #80082F
Complementary color
Monochromatic Colors of #80082F
Black with #80082F
Text Example
Text Example
White with #80082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80082F; }
p { color: rgb(128,8,47); }
H1.HeaderClassName
{
color: #80082F;
}
.AnyTagClassName
{
color: #80082F;
}
</style>
background-color css
<style>
a { background-color: #80082F; }
a { background-color: rgb(128,8,47); }
div.DivClassName
{
background-color: #80082F;
}
.BgClassName
{
background-color: #80082F;
}
</style>
border-color css
<style>
span { border-color: #80082F; }
span { border-color: rgb(128,8,47); }
td.TdClassName
{
border-color: #80082F;
}
.TagClassName
{
border-color: #80082F;
}
</style>