Shades of Burgundy #730529
Tints of Burgundy #730529
RGB
CMYK
RGB Variations
Color information
#730529 (or 0x730529) is known color: Burgundy. HEX triplet: 73, 05 and 29. RGB value is (115,5,41). Sum of RGB (Red+Green+Blue) = 115+5+41=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #730529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730529 is #8CFAD6. Grayscale: #292929. Windows color (decimal): -9239255 or 2688371. OLE color: 2688371.
HSL color Cylindrical-coordinate representation of color #730529: hue angle of 340.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730529 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 41 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.55 |
| HSL | 340.36º | 0.92% | 0.24% | - |
| HSV(B) | 340.36º | 0.96% | 0.45% | - |
| XYZ | 7.52 | 3.91 | 2.46 | - |
| YUV | 41.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 41 | 0 | 0.96 | 0.64 | 0.55 | 340.36 | 0.92 | 0.24 |
| Hex | 73 | 5 | 29 | 0 | 60 | 40 | 37 | 154 | 5C | 18 |
| Octal | 163 | 5 | 51 | 0 | 140 | 100 | 67 | 524 | 134 | 30 |
| Binary | 1110011 | 101 | 101001 | 0 | 1100000 | 1000000 | 110111 | 101010100 | 1011100 | 11000 |
Color Harmonies of #730529
Complementary color
Monochromatic Colors of #730529
Black with #730529
Text Example
Text Example
White with #730529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730529; }
p { color: rgb(115,5,41); }
H1.HeaderClassName
{
color: #730529;
}
.AnyTagClassName
{
color: #730529;
}
</style>
background-color css
<style>
a { background-color: #730529; }
a { background-color: rgb(115,5,41); }
div.DivClassName
{
background-color: #730529;
}
.BgClassName
{
background-color: #730529;
}
</style>
border-color css
<style>
span { border-color: #730529; }
span { border-color: rgb(115,5,41); }
td.TdClassName
{
border-color: #730529;
}
.TagClassName
{
border-color: #730529;
}
</style>