Shades of Burgundy #730712
Tints of Burgundy #730712
RGB
CMYK
RGB Variations
Color information
#730712 (or 0x730712) is known color: Burgundy. HEX triplet: 73, 07 and 12. RGB value is (115,7,18). Sum of RGB (Red+Green+Blue) = 115+7+18=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730712 is #8CF8ED. Grayscale: #282828. Windows color (decimal): -9238766 or 1181555. OLE color: 1181555.
HSL color Cylindrical-coordinate representation of color #730712: hue angle of 353.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730712 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 18 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.55 |
| HSL | 353.89º | 0.89% | 0.24% | - |
| HSV(B) | 353.89º | 0.94% | 0.45% | - |
| XYZ | 7.26 | 3.84 | 0.93 | - |
| YUV | 40.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 18 | 0 | 0.94 | 0.84 | 0.55 | 353.89 | 0.89 | 0.24 |
| Hex | 73 | 7 | 12 | 0 | 5E | 54 | 37 | 162 | 59 | 18 |
| Octal | 163 | 7 | 22 | 0 | 136 | 124 | 67 | 542 | 131 | 30 |
| Binary | 1110011 | 111 | 10010 | 0 | 1011110 | 1010100 | 110111 | 101100010 | 1011001 | 11000 |
Color Harmonies of #730712
Complementary color
Monochromatic Colors of #730712
Black with #730712
Text Example
Text Example
White with #730712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730712; }
p { color: rgb(115,7,18); }
H1.HeaderClassName
{
color: #730712;
}
.AnyTagClassName
{
color: #730712;
}
</style>
background-color css
<style>
a { background-color: #730712; }
a { background-color: rgb(115,7,18); }
div.DivClassName
{
background-color: #730712;
}
.BgClassName
{
background-color: #730712;
}
</style>
border-color css
<style>
span { border-color: #730712; }
span { border-color: rgb(115,7,18); }
td.TdClassName
{
border-color: #730712;
}
.TagClassName
{
border-color: #730712;
}
</style>