Shades of Burgundy #73080E
Tints of Burgundy #73080E
RGB
CMYK
RGB Variations
Color information
#73080E (or 0x73080E) is known color: Burgundy. HEX triplet: 73, 08 and 0E. RGB value is (115,8,14). Sum of RGB (Red+Green+Blue) = 115+8+14=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #73080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73080E is #8CF7F1. Grayscale: #282828. Windows color (decimal): -9238514 or 919667. OLE color: 919667.
HSL color Cylindrical-coordinate representation of color #73080E: hue angle of 356.64º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73080E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 14 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.55 |
| HSL | 356.64º | 0.87% | 0.24% | - |
| HSV(B) | 356.64º | 0.93% | 0.45% | - |
| XYZ | 7.24 | 3.85 | 0.78 | - |
| YUV | 40.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 14 | 0 | 0.93 | 0.88 | 0.55 | 356.64 | 0.87 | 0.24 |
| Hex | 73 | 8 | E | 0 | 5D | 58 | 37 | 165 | 57 | 18 |
| Octal | 163 | 10 | 16 | 0 | 135 | 130 | 67 | 545 | 127 | 30 |
| Binary | 1110011 | 1000 | 1110 | 0 | 1011101 | 1011000 | 110111 | 101100101 | 1010111 | 11000 |
Color Harmonies of #73080E
Complementary color
Monochromatic Colors of #73080E
Black with #73080E
Text Example
Text Example
White with #73080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73080E; }
p { color: rgb(115,8,14); }
H1.HeaderClassName
{
color: #73080E;
}
.AnyTagClassName
{
color: #73080E;
}
</style>
background-color css
<style>
a { background-color: #73080E; }
a { background-color: rgb(115,8,14); }
div.DivClassName
{
background-color: #73080E;
}
.BgClassName
{
background-color: #73080E;
}
</style>
border-color css
<style>
span { border-color: #73080E; }
span { border-color: rgb(115,8,14); }
td.TdClassName
{
border-color: #73080E;
}
.TagClassName
{
border-color: #73080E;
}
</style>