Shades of Burgundy #730013
Tints of Burgundy #730013
RGB
CMYK
RGB Variations
Color information
#730013 (or 0x730013) is known color: Burgundy. HEX triplet: 73, 00 and 13. RGB value is (115,0,19). Sum of RGB (Red+Green+Blue) = 115+0+19=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #730013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730013 is #8CFFEC. Grayscale: #242424. Windows color (decimal): -9240557 or 1245299. OLE color: 1245299.
HSL color Cylindrical-coordinate representation of color #730013: hue angle of 350.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730013 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.83 | 0.55 |
| HSL | 350.09º | 1% | 0.23% | - |
| HSV(B) | 350.09º | 1% | 0.45% | - |
| XYZ | 7.19 | 3.69 | 0.95 | - |
| YUV | 36.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 19 | 0 | 1 | 0.83 | 0.55 | 350.09 | 1 | 0.23 |
| Hex | 73 | 0 | 13 | 0 | 64 | 53 | 37 | 15E | 64 | 17 |
| Octal | 163 | 0 | 23 | 0 | 144 | 123 | 67 | 536 | 144 | 27 |
| Binary | 1110011 | 0 | 10011 | 0 | 1100100 | 1010011 | 110111 | 101011110 | 1100100 | 10111 |
Color Harmonies of #730013
Complementary color
Monochromatic Colors of #730013
Black with #730013
Text Example
Text Example
White with #730013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730013; }
p { color: rgb(115,0,19); }
H1.HeaderClassName
{
color: #730013;
}
.AnyTagClassName
{
color: #730013;
}
</style>
background-color css
<style>
a { background-color: #730013; }
a { background-color: rgb(115,0,19); }
div.DivClassName
{
background-color: #730013;
}
.BgClassName
{
background-color: #730013;
}
</style>
border-color css
<style>
span { border-color: #730013; }
span { border-color: rgb(115,0,19); }
td.TdClassName
{
border-color: #730013;
}
.TagClassName
{
border-color: #730013;
}
</style>