Shades of Burgundy #730515
Tints of Burgundy #730515
RGB
CMYK
RGB Variations
Color information
#730515 (or 0x730515) is known color: Burgundy. HEX triplet: 73, 05 and 15. RGB value is (115,5,21). Sum of RGB (Red+Green+Blue) = 115+5+21=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730515 is #8CFAEA. Grayscale: #272727. Windows color (decimal): -9239275 or 1377651. OLE color: 1377651.
HSL color Cylindrical-coordinate representation of color #730515: hue angle of 351.27º 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 #730515 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 21 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.55 |
| HSL | 351.27º | 0.92% | 0.24% | - |
| HSV(B) | 351.27º | 0.96% | 0.45% | - |
| XYZ | 7.26 | 3.81 | 1.06 | - |
| YUV | 39.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 21 | 0 | 0.96 | 0.82 | 0.55 | 351.27 | 0.92 | 0.24 |
| Hex | 73 | 5 | 15 | 0 | 60 | 52 | 37 | 15F | 5C | 18 |
| Octal | 163 | 5 | 25 | 0 | 140 | 122 | 67 | 537 | 134 | 30 |
| Binary | 1110011 | 101 | 10101 | 0 | 1100000 | 1010010 | 110111 | 101011111 | 1011100 | 11000 |
Color Harmonies of #730515
Complementary color
Monochromatic Colors of #730515
Black with #730515
Text Example
Text Example
White with #730515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730515; }
p { color: rgb(115,5,21); }
H1.HeaderClassName
{
color: #730515;
}
.AnyTagClassName
{
color: #730515;
}
</style>
background-color css
<style>
a { background-color: #730515; }
a { background-color: rgb(115,5,21); }
div.DivClassName
{
background-color: #730515;
}
.BgClassName
{
background-color: #730515;
}
</style>
border-color css
<style>
span { border-color: #730515; }
span { border-color: rgb(115,5,21); }
td.TdClassName
{
border-color: #730515;
}
.TagClassName
{
border-color: #730515;
}
</style>