Shades of Burgundy #730922
Tints of Burgundy #730922
RGB
CMYK
RGB Variations
Color information
#730922 (or 0x730922) is known color: Burgundy. HEX triplet: 73, 09 and 22. RGB value is (115,9,34). Sum of RGB (Red+Green+Blue) = 115+9+34=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #730922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730922 is #8CF6DD. Grayscale: #2B2B2B. Windows color (decimal): -9238238 or 2230643. OLE color: 2230643.
HSL color Cylindrical-coordinate representation of color #730922: hue angle of 345.85º 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 #730922 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 34 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.55 |
| HSL | 345.85º | 0.85% | 0.24% | - |
| HSV(B) | 345.85º | 0.92% | 0.45% | - |
| XYZ | 7.46 | 3.96 | 1.88 | - |
| YUV | 43.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 34 | 0 | 0.92 | 0.70 | 0.55 | 345.85 | 0.85 | 0.24 |
| Hex | 73 | 9 | 22 | 0 | 5C | 46 | 37 | 15A | 55 | 18 |
| Octal | 163 | 11 | 42 | 0 | 134 | 106 | 67 | 532 | 125 | 30 |
| Binary | 1110011 | 1001 | 100010 | 0 | 1011100 | 1000110 | 110111 | 101011010 | 1010101 | 11000 |
Color Harmonies of #730922
Complementary color
Monochromatic Colors of #730922
Black with #730922
Text Example
Text Example
White with #730922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730922; }
p { color: rgb(115,9,34); }
H1.HeaderClassName
{
color: #730922;
}
.AnyTagClassName
{
color: #730922;
}
</style>
background-color css
<style>
a { background-color: #730922; }
a { background-color: rgb(115,9,34); }
div.DivClassName
{
background-color: #730922;
}
.BgClassName
{
background-color: #730922;
}
</style>
border-color css
<style>
span { border-color: #730922; }
span { border-color: rgb(115,9,34); }
td.TdClassName
{
border-color: #730922;
}
.TagClassName
{
border-color: #730922;
}
</style>