Shades of Burgundy #730520
Tints of Burgundy #730520
RGB
CMYK
RGB Variations
Color information
#730520 (or 0x730520) is known color: Burgundy. HEX triplet: 73, 05 and 20. RGB value is (115,5,32). Sum of RGB (Red+Green+Blue) = 115+5+32=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730520 is #8CFADF. Grayscale: #282828. Windows color (decimal): -9239264 or 2098547. OLE color: 2098547.
HSL color Cylindrical-coordinate representation of color #730520: hue angle of 345.27º 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 #730520 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 32 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.55 |
| HSL | 345.27º | 0.92% | 0.24% | - |
| HSV(B) | 345.27º | 0.96% | 0.45% | - |
| XYZ | 7.39 | 3.86 | 1.72 | - |
| YUV | 40.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 32 | 0 | 0.96 | 0.72 | 0.55 | 345.27 | 0.92 | 0.24 |
| Hex | 73 | 5 | 20 | 0 | 60 | 48 | 37 | 159 | 5C | 18 |
| Octal | 163 | 5 | 40 | 0 | 140 | 110 | 67 | 531 | 134 | 30 |
| Binary | 1110011 | 101 | 100000 | 0 | 1100000 | 1001000 | 110111 | 101011001 | 1011100 | 11000 |
Color Harmonies of #730520
Complementary color
Monochromatic Colors of #730520
Black with #730520
Text Example
Text Example
White with #730520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730520; }
p { color: rgb(115,5,32); }
H1.HeaderClassName
{
color: #730520;
}
.AnyTagClassName
{
color: #730520;
}
</style>
background-color css
<style>
a { background-color: #730520; }
a { background-color: rgb(115,5,32); }
div.DivClassName
{
background-color: #730520;
}
.BgClassName
{
background-color: #730520;
}
</style>
border-color css
<style>
span { border-color: #730520; }
span { border-color: rgb(115,5,32); }
td.TdClassName
{
border-color: #730520;
}
.TagClassName
{
border-color: #730520;
}
</style>