Shades of Burgundy #730914
Tints of Burgundy #730914
RGB
CMYK
RGB Variations
Color information
#730914 (or 0x730914) is known color: Burgundy. HEX triplet: 73, 09 and 14. RGB value is (115,9,20). Sum of RGB (Red+Green+Blue) = 115+9+20=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #730914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730914 is #8CF6EB. Grayscale: #2A2A2A. Windows color (decimal): -9238252 or 1313139. OLE color: 1313139.
HSL color Cylindrical-coordinate representation of color #730914: hue angle of 353.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730914 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 20 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.55 |
| HSL | 353.77º | 0.85% | 0.24% | - |
| HSV(B) | 353.77º | 0.92% | 0.45% | - |
| XYZ | 7.29 | 3.89 | 1.03 | - |
| YUV | 41.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 20 | 0 | 0.92 | 0.83 | 0.55 | 353.77 | 0.85 | 0.24 |
| Hex | 73 | 9 | 14 | 0 | 5C | 53 | 37 | 162 | 55 | 18 |
| Octal | 163 | 11 | 24 | 0 | 134 | 123 | 67 | 542 | 125 | 30 |
| Binary | 1110011 | 1001 | 10100 | 0 | 1011100 | 1010011 | 110111 | 101100010 | 1010101 | 11000 |
Color Harmonies of #730914
Complementary color
Monochromatic Colors of #730914
Black with #730914
Text Example
Text Example
White with #730914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730914; }
p { color: rgb(115,9,20); }
H1.HeaderClassName
{
color: #730914;
}
.AnyTagClassName
{
color: #730914;
}
</style>
background-color css
<style>
a { background-color: #730914; }
a { background-color: rgb(115,9,20); }
div.DivClassName
{
background-color: #730914;
}
.BgClassName
{
background-color: #730914;
}
</style>
border-color css
<style>
span { border-color: #730914; }
span { border-color: rgb(115,9,20); }
td.TdClassName
{
border-color: #730914;
}
.TagClassName
{
border-color: #730914;
}
</style>