Shades of Burgundy #730620
Tints of Burgundy #730620
RGB
CMYK
RGB Variations
Color information
#730620 (or 0x730620) is known color: Burgundy. HEX triplet: 73, 06 and 20. RGB value is (115,6,32). Sum of RGB (Red+Green+Blue) = 115+6+32=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #730620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730620 is #8CF9DF. Grayscale: #292929. Windows color (decimal): -9239008 or 2098803. OLE color: 2098803.
HSL color Cylindrical-coordinate representation of color #730620: hue angle of 345.69º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730620 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 32 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.55 |
| HSL | 345.69º | 0.9% | 0.24% | - |
| HSV(B) | 345.69º | 0.95% | 0.45% | - |
| XYZ | 7.4 | 3.88 | 1.73 | - |
| YUV | 41.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 32 | 0 | 0.95 | 0.72 | 0.55 | 345.69 | 0.9 | 0.24 |
| Hex | 73 | 6 | 20 | 0 | 5F | 48 | 37 | 15A | 5A | 18 |
| Octal | 163 | 6 | 40 | 0 | 137 | 110 | 67 | 532 | 132 | 30 |
| Binary | 1110011 | 110 | 100000 | 0 | 1011111 | 1001000 | 110111 | 101011010 | 1011010 | 11000 |
Color Harmonies of #730620
Complementary color
Monochromatic Colors of #730620
Black with #730620
Text Example
Text Example
White with #730620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730620; }
p { color: rgb(115,6,32); }
H1.HeaderClassName
{
color: #730620;
}
.AnyTagClassName
{
color: #730620;
}
</style>
background-color css
<style>
a { background-color: #730620; }
a { background-color: rgb(115,6,32); }
div.DivClassName
{
background-color: #730620;
}
.BgClassName
{
background-color: #730620;
}
</style>
border-color css
<style>
span { border-color: #730620; }
span { border-color: rgb(115,6,32); }
td.TdClassName
{
border-color: #730620;
}
.TagClassName
{
border-color: #730620;
}
</style>