Shades of Burgundy #730A15
Tints of Burgundy #730A15
RGB
CMYK
RGB Variations
Color information
#730A15 (or 0x730A15) is known color: Burgundy. HEX triplet: 73, 0A and 15. RGB value is (115,10,21). Sum of RGB (Red+Green+Blue) = 115+10+21=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #730A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A15 is #8CF5EA. Grayscale: #2A2A2A. Windows color (decimal): -9237995 or 1378931. OLE color: 1378931.
HSL color Cylindrical-coordinate representation of color #730A15: hue angle of 353.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A15 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 21 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.55 |
| HSL | 353.71º | 0.84% | 0.25% | - |
| HSV(B) | 353.71º | 0.91% | 0.45% | - |
| XYZ | 7.31 | 3.92 | 1.08 | - |
| YUV | 42.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 21 | 0 | 0.91 | 0.82 | 0.55 | 353.71 | 0.84 | 0.25 |
| Hex | 73 | A | 15 | 0 | 5B | 52 | 37 | 162 | 54 | 19 |
| Octal | 163 | 12 | 25 | 0 | 133 | 122 | 67 | 542 | 124 | 31 |
| Binary | 1110011 | 1010 | 10101 | 0 | 1011011 | 1010010 | 110111 | 101100010 | 1010100 | 11001 |
Color Harmonies of #730A15
Complementary color
Monochromatic Colors of #730A15
Black with #730A15
Text Example
Text Example
White with #730A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A15; }
p { color: rgb(115,10,21); }
H1.HeaderClassName
{
color: #730A15;
}
.AnyTagClassName
{
color: #730A15;
}
</style>
background-color css
<style>
a { background-color: #730A15; }
a { background-color: rgb(115,10,21); }
div.DivClassName
{
background-color: #730A15;
}
.BgClassName
{
background-color: #730A15;
}
</style>
border-color css
<style>
span { border-color: #730A15; }
span { border-color: rgb(115,10,21); }
td.TdClassName
{
border-color: #730A15;
}
.TagClassName
{
border-color: #730A15;
}
</style>