Shades of Burgundy #80071F
Tints of Burgundy #80071F
RGB
CMYK
RGB Variations
Color information
#80071F (or 0x80071F) is known color: Burgundy. HEX triplet: 80, 07 and 1F. RGB value is (128,7,31). Sum of RGB (Red+Green+Blue) = 128+7+31=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #80071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80071F is #7FF8E0. Grayscale: #2D2D2D. Windows color (decimal): -8386785 or 2033536. OLE color: 2033536.
HSL color Cylindrical-coordinate representation of color #80071F: hue angle of 348.1º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80071F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 31 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.50 |
| HSL | 348.1º | 0.9% | 0.26% | - |
| HSV(B) | 348.1º | 0.95% | 0.5% | - |
| XYZ | 9.23 | 4.84 | 1.74 | - |
| YUV | 45.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 31 | 0 | 0.95 | 0.76 | 0.50 | 348.1 | 0.9 | 0.26 |
| Hex | 80 | 7 | 1F | 0 | 5F | 4C | 32 | 15C | 5A | 1A |
| Octal | 200 | 7 | 37 | 0 | 137 | 114 | 62 | 534 | 132 | 32 |
| Binary | 10000000 | 111 | 11111 | 0 | 1011111 | 1001100 | 110010 | 101011100 | 1011010 | 11010 |
Color Harmonies of #80071F
Complementary color
Monochromatic Colors of #80071F
Black with #80071F
Text Example
Text Example
White with #80071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80071F; }
p { color: rgb(128,7,31); }
H1.HeaderClassName
{
color: #80071F;
}
.AnyTagClassName
{
color: #80071F;
}
</style>
background-color css
<style>
a { background-color: #80071F; }
a { background-color: rgb(128,7,31); }
div.DivClassName
{
background-color: #80071F;
}
.BgClassName
{
background-color: #80071F;
}
</style>
border-color css
<style>
span { border-color: #80071F; }
span { border-color: rgb(128,7,31); }
td.TdClassName
{
border-color: #80071F;
}
.TagClassName
{
border-color: #80071F;
}
</style>