Shades of Burgundy #730A17
Tints of Burgundy #730A17
RGB
CMYK
RGB Variations
Color information
#730A17 (or 0x730A17) is known color: Burgundy. HEX triplet: 73, 0A and 17. RGB value is (115,10,23). Sum of RGB (Red+Green+Blue) = 115+10+23=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A17 is #8CF5E8. Grayscale: #2A2A2A. Windows color (decimal): -9237993 or 1510003. OLE color: 1510003.
HSL color Cylindrical-coordinate representation of color #730A17: hue angle of 352.57º 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 #730A17 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 23 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.55 |
| HSL | 352.57º | 0.84% | 0.25% | - |
| HSV(B) | 352.57º | 0.91% | 0.45% | - |
| XYZ | 7.33 | 3.92 | 1.18 | - |
| YUV | 42.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 23 | 0 | 0.91 | 0.80 | 0.55 | 352.57 | 0.84 | 0.25 |
| Hex | 73 | A | 17 | 0 | 5B | 50 | 37 | 161 | 54 | 19 |
| Octal | 163 | 12 | 27 | 0 | 133 | 120 | 67 | 541 | 124 | 31 |
| Binary | 1110011 | 1010 | 10111 | 0 | 1011011 | 1010000 | 110111 | 101100001 | 1010100 | 11001 |
Color Harmonies of #730A17
Complementary color
Monochromatic Colors of #730A17
Black with #730A17
Text Example
Text Example
White with #730A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A17; }
p { color: rgb(115,10,23); }
H1.HeaderClassName
{
color: #730A17;
}
.AnyTagClassName
{
color: #730A17;
}
</style>
background-color css
<style>
a { background-color: #730A17; }
a { background-color: rgb(115,10,23); }
div.DivClassName
{
background-color: #730A17;
}
.BgClassName
{
background-color: #730A17;
}
</style>
border-color css
<style>
span { border-color: #730A17; }
span { border-color: rgb(115,10,23); }
td.TdClassName
{
border-color: #730A17;
}
.TagClassName
{
border-color: #730A17;
}
</style>