Shades of Burgundy #80042F
Tints of Burgundy #80042F
RGB
CMYK
RGB Variations
Color information
#80042F (or 0x80042F) is known color: Burgundy. HEX triplet: 80, 04 and 2F. RGB value is (128,4,47). Sum of RGB (Red+Green+Blue) = 128+4+47=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #80042F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80042F is #7FFBD0. Grayscale: #2D2D2D. Windows color (decimal): -8387537 or 3081344. OLE color: 3081344.
HSL color Cylindrical-coordinate representation of color #80042F: hue angle of 339.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80042F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 47 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.50 |
| HSL | 339.19º | 0.94% | 0.26% | - |
| HSV(B) | 339.19º | 0.97% | 0.5% | - |
| XYZ | 9.46 | 4.88 | 3.13 | - |
| YUV | 45.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 47 | 0 | 0.97 | 0.63 | 0.50 | 339.19 | 0.94 | 0.26 |
| Hex | 80 | 4 | 2F | 0 | 61 | 3F | 32 | 153 | 5E | 1A |
| Octal | 200 | 4 | 57 | 0 | 141 | 77 | 62 | 523 | 136 | 32 |
| Binary | 10000000 | 100 | 101111 | 0 | 1100001 | 111111 | 110010 | 101010011 | 1011110 | 11010 |
Color Harmonies of #80042F
Complementary color
Monochromatic Colors of #80042F
Black with #80042F
Text Example
Text Example
White with #80042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80042F; }
p { color: rgb(128,4,47); }
H1.HeaderClassName
{
color: #80042F;
}
.AnyTagClassName
{
color: #80042F;
}
</style>
background-color css
<style>
a { background-color: #80042F; }
a { background-color: rgb(128,4,47); }
div.DivClassName
{
background-color: #80042F;
}
.BgClassName
{
background-color: #80042F;
}
</style>
border-color css
<style>
span { border-color: #80042F; }
span { border-color: rgb(128,4,47); }
td.TdClassName
{
border-color: #80042F;
}
.TagClassName
{
border-color: #80042F;
}
</style>