Shades of Burgundy #730420
Tints of Burgundy #730420
RGB
CMYK
RGB Variations
Color information
#730420 (or 0x730420) is known color: Burgundy. HEX triplet: 73, 04 and 20. RGB value is (115,4,32). Sum of RGB (Red+Green+Blue) = 115+4+32=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #730420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730420 is #8CFBDF. Grayscale: #282828. Windows color (decimal): -9239520 or 2098291. OLE color: 2098291.
HSL color Cylindrical-coordinate representation of color #730420: hue angle of 344.86º 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 #730420 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 32 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.55 |
| HSL | 344.86º | 0.93% | 0.23% | - |
| HSV(B) | 344.86º | 0.97% | 0.45% | - |
| XYZ | 7.37 | 3.84 | 1.72 | - |
| YUV | 40.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 32 | 0 | 0.97 | 0.72 | 0.55 | 344.86 | 0.93 | 0.23 |
| Hex | 73 | 4 | 20 | 0 | 61 | 48 | 37 | 159 | 5D | 17 |
| Octal | 163 | 4 | 40 | 0 | 141 | 110 | 67 | 531 | 135 | 27 |
| Binary | 1110011 | 100 | 100000 | 0 | 1100001 | 1001000 | 110111 | 101011001 | 1011101 | 10111 |
Color Harmonies of #730420
Complementary color
Monochromatic Colors of #730420
Black with #730420
Text Example
Text Example
White with #730420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730420; }
p { color: rgb(115,4,32); }
H1.HeaderClassName
{
color: #730420;
}
.AnyTagClassName
{
color: #730420;
}
</style>
background-color css
<style>
a { background-color: #730420; }
a { background-color: rgb(115,4,32); }
div.DivClassName
{
background-color: #730420;
}
.BgClassName
{
background-color: #730420;
}
</style>
border-color css
<style>
span { border-color: #730420; }
span { border-color: rgb(115,4,32); }
td.TdClassName
{
border-color: #730420;
}
.TagClassName
{
border-color: #730420;
}
</style>