Shades of Burgundy #80091F
Tints of Burgundy #80091F
RGB
CMYK
RGB Variations
Color information
#80091F (or 0x80091F) is known color: Burgundy. HEX triplet: 80, 09 and 1F. RGB value is (128,9,31). Sum of RGB (Red+Green+Blue) = 128+9+31=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #80091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80091F is #7FF6E0. Grayscale: #2F2F2F. Windows color (decimal): -8386273 or 2034048. OLE color: 2034048.
HSL color Cylindrical-coordinate representation of color #80091F: hue angle of 348.91º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80091F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 31 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.50 |
| HSL | 348.91º | 0.87% | 0.27% | - |
| HSV(B) | 348.91º | 0.93% | 0.5% | - |
| XYZ | 9.25 | 4.88 | 1.75 | - |
| YUV | 47.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 31 | 0 | 0.93 | 0.76 | 0.50 | 348.91 | 0.87 | 0.27 |
| Hex | 80 | 9 | 1F | 0 | 5D | 4C | 32 | 15D | 57 | 1B |
| Octal | 200 | 11 | 37 | 0 | 135 | 114 | 62 | 535 | 127 | 33 |
| Binary | 10000000 | 1001 | 11111 | 0 | 1011101 | 1001100 | 110010 | 101011101 | 1010111 | 11011 |
Color Harmonies of #80091F
Complementary color
Monochromatic Colors of #80091F
Black with #80091F
Text Example
Text Example
White with #80091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80091F; }
p { color: rgb(128,9,31); }
H1.HeaderClassName
{
color: #80091F;
}
.AnyTagClassName
{
color: #80091F;
}
</style>
background-color css
<style>
a { background-color: #80091F; }
a { background-color: rgb(128,9,31); }
div.DivClassName
{
background-color: #80091F;
}
.BgClassName
{
background-color: #80091F;
}
</style>
border-color css
<style>
span { border-color: #80091F; }
span { border-color: rgb(128,9,31); }
td.TdClassName
{
border-color: #80091F;
}
.TagClassName
{
border-color: #80091F;
}
</style>