Shades of Burgundy #730429
Tints of Burgundy #730429
RGB
CMYK
RGB Variations
Color information
#730429 (or 0x730429) is known color: Burgundy. HEX triplet: 73, 04 and 29. RGB value is (115,4,41). Sum of RGB (Red+Green+Blue) = 115+4+41=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #730429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730429 is #8CFBD6. Grayscale: #292929. Windows color (decimal): -9239511 or 2688115. OLE color: 2688115.
HSL color Cylindrical-coordinate representation of color #730429: hue angle of 340º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730429 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 41 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.55 |
| HSL | 340º | 0.93% | 0.23% | - |
| HSV(B) | 340º | 0.97% | 0.45% | - |
| XYZ | 7.51 | 3.89 | 2.45 | - |
| YUV | 41.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 41 | 0 | 0.97 | 0.64 | 0.55 | 340 | 0.93 | 0.23 |
| Hex | 73 | 4 | 29 | 0 | 61 | 40 | 37 | 154 | 5D | 17 |
| Octal | 163 | 4 | 51 | 0 | 141 | 100 | 67 | 524 | 135 | 27 |
| Binary | 1110011 | 100 | 101001 | 0 | 1100001 | 1000000 | 110111 | 101010100 | 1011101 | 10111 |
Color Harmonies of #730429
Complementary color
Monochromatic Colors of #730429
Black with #730429
Text Example
Text Example
White with #730429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730429; }
p { color: rgb(115,4,41); }
H1.HeaderClassName
{
color: #730429;
}
.AnyTagClassName
{
color: #730429;
}
</style>
background-color css
<style>
a { background-color: #730429; }
a { background-color: rgb(115,4,41); }
div.DivClassName
{
background-color: #730429;
}
.BgClassName
{
background-color: #730429;
}
</style>
border-color css
<style>
span { border-color: #730429; }
span { border-color: rgb(115,4,41); }
td.TdClassName
{
border-color: #730429;
}
.TagClassName
{
border-color: #730429;
}
</style>