Shades of Burgundy #730A11
Tints of Burgundy #730A11
RGB
CMYK
RGB Variations
Color information
#730A11 (or 0x730A11) is known color: Burgundy. HEX triplet: 73, 0A and 11. RGB value is (115,10,17). Sum of RGB (Red+Green+Blue) = 115+10+17=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A11 is #8CF5EE. Grayscale: #2A2A2A. Windows color (decimal): -9237999 or 1116787. OLE color: 1116787.
HSL color Cylindrical-coordinate representation of color #730A11: hue angle of 356º 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 #730A11 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 17 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.55 |
| HSL | 356º | 0.84% | 0.25% | - |
| HSV(B) | 356º | 0.91% | 0.45% | - |
| XYZ | 7.28 | 3.9 | 0.9 | - |
| YUV | 42.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 17 | 0 | 0.91 | 0.85 | 0.55 | 356 | 0.84 | 0.25 |
| Hex | 73 | A | 11 | 0 | 5B | 55 | 37 | 164 | 54 | 19 |
| Octal | 163 | 12 | 21 | 0 | 133 | 125 | 67 | 544 | 124 | 31 |
| Binary | 1110011 | 1010 | 10001 | 0 | 1011011 | 1010101 | 110111 | 101100100 | 1010100 | 11001 |
Color Harmonies of #730A11
Complementary color
Monochromatic Colors of #730A11
Black with #730A11
Text Example
Text Example
White with #730A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A11; }
p { color: rgb(115,10,17); }
H1.HeaderClassName
{
color: #730A11;
}
.AnyTagClassName
{
color: #730A11;
}
</style>
background-color css
<style>
a { background-color: #730A11; }
a { background-color: rgb(115,10,17); }
div.DivClassName
{
background-color: #730A11;
}
.BgClassName
{
background-color: #730A11;
}
</style>
border-color css
<style>
span { border-color: #730A11; }
span { border-color: rgb(115,10,17); }
td.TdClassName
{
border-color: #730A11;
}
.TagClassName
{
border-color: #730A11;
}
</style>