Shades of Burgundy #730924
Tints of Burgundy #730924
RGB
CMYK
RGB Variations
Color information
#730924 (or 0x730924) is known color: Burgundy. HEX triplet: 73, 09 and 24. RGB value is (115,9,36). Sum of RGB (Red+Green+Blue) = 115+9+36=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #730924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730924 is #8CF6DB. Grayscale: #2B2B2B. Windows color (decimal): -9238236 or 2361715. OLE color: 2361715.
HSL color Cylindrical-coordinate representation of color #730924: hue angle of 344.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730924 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 36 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.55 |
| HSL | 344.72º | 0.85% | 0.24% | - |
| HSV(B) | 344.72º | 0.92% | 0.45% | - |
| XYZ | 7.49 | 3.97 | 2.04 | - |
| YUV | 43.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 36 | 0 | 0.92 | 0.69 | 0.55 | 344.72 | 0.85 | 0.24 |
| Hex | 73 | 9 | 24 | 0 | 5C | 45 | 37 | 159 | 55 | 18 |
| Octal | 163 | 11 | 44 | 0 | 134 | 105 | 67 | 531 | 125 | 30 |
| Binary | 1110011 | 1001 | 100100 | 0 | 1011100 | 1000101 | 110111 | 101011001 | 1010101 | 11000 |
Color Harmonies of #730924
Complementary color
Monochromatic Colors of #730924
Black with #730924
Text Example
Text Example
White with #730924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730924; }
p { color: rgb(115,9,36); }
H1.HeaderClassName
{
color: #730924;
}
.AnyTagClassName
{
color: #730924;
}
</style>
background-color css
<style>
a { background-color: #730924; }
a { background-color: rgb(115,9,36); }
div.DivClassName
{
background-color: #730924;
}
.BgClassName
{
background-color: #730924;
}
</style>
border-color css
<style>
span { border-color: #730924; }
span { border-color: rgb(115,9,36); }
td.TdClassName
{
border-color: #730924;
}
.TagClassName
{
border-color: #730924;
}
</style>