Shades of Burgundy #730516
Tints of Burgundy #730516
RGB
CMYK
RGB Variations
Color information
#730516 (or 0x730516) is known color: Burgundy. HEX triplet: 73, 05 and 16. RGB value is (115,5,22). Sum of RGB (Red+Green+Blue) = 115+5+22=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730516 is #8CFAE9. Grayscale: #272727. Windows color (decimal): -9239274 or 1443187. OLE color: 1443187.
HSL color Cylindrical-coordinate representation of color #730516: hue angle of 350.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730516 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 22 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.55 |
| HSL | 350.73º | 0.92% | 0.24% | - |
| HSV(B) | 350.73º | 0.96% | 0.45% | - |
| XYZ | 7.27 | 3.81 | 1.11 | - |
| YUV | 39.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 22 | 0 | 0.96 | 0.81 | 0.55 | 350.73 | 0.92 | 0.24 |
| Hex | 73 | 5 | 16 | 0 | 60 | 51 | 37 | 15F | 5C | 18 |
| Octal | 163 | 5 | 26 | 0 | 140 | 121 | 67 | 537 | 134 | 30 |
| Binary | 1110011 | 101 | 10110 | 0 | 1100000 | 1010001 | 110111 | 101011111 | 1011100 | 11000 |
Color Harmonies of #730516
Complementary color
Monochromatic Colors of #730516
Black with #730516
Text Example
Text Example
White with #730516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730516; }
p { color: rgb(115,5,22); }
H1.HeaderClassName
{
color: #730516;
}
.AnyTagClassName
{
color: #730516;
}
</style>
background-color css
<style>
a { background-color: #730516; }
a { background-color: rgb(115,5,22); }
div.DivClassName
{
background-color: #730516;
}
.BgClassName
{
background-color: #730516;
}
</style>
border-color css
<style>
span { border-color: #730516; }
span { border-color: rgb(115,5,22); }
td.TdClassName
{
border-color: #730516;
}
.TagClassName
{
border-color: #730516;
}
</style>