Shades of Burgundy #730224
Tints of Burgundy #730224
RGB
CMYK
RGB Variations
Color information
#730224 (or 0x730224) is known color: Burgundy. HEX triplet: 73, 02 and 24. RGB value is (115,2,36). Sum of RGB (Red+Green+Blue) = 115+2+36=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #730224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730224 is #8CFDDB. Grayscale: #272727. Windows color (decimal): -9240028 or 2359923. OLE color: 2359923.
HSL color Cylindrical-coordinate representation of color #730224: hue angle of 341.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730224 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.55 |
| HSL | 341.95º | 0.97% | 0.23% | - |
| HSV(B) | 341.95º | 0.98% | 0.45% | - |
| XYZ | 7.41 | 3.82 | 2.01 | - |
| YUV | 39.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 36 | 0 | 0.98 | 0.69 | 0.55 | 341.95 | 0.97 | 0.23 |
| Hex | 73 | 2 | 24 | 0 | 62 | 45 | 37 | 156 | 61 | 17 |
| Octal | 163 | 2 | 44 | 0 | 142 | 105 | 67 | 526 | 141 | 27 |
| Binary | 1110011 | 10 | 100100 | 0 | 1100010 | 1000101 | 110111 | 101010110 | 1100001 | 10111 |
Color Harmonies of #730224
Complementary color
Monochromatic Colors of #730224
Black with #730224
Text Example
Text Example
White with #730224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730224; }
p { color: rgb(115,2,36); }
H1.HeaderClassName
{
color: #730224;
}
.AnyTagClassName
{
color: #730224;
}
</style>
background-color css
<style>
a { background-color: #730224; }
a { background-color: rgb(115,2,36); }
div.DivClassName
{
background-color: #730224;
}
.BgClassName
{
background-color: #730224;
}
</style>
border-color css
<style>
span { border-color: #730224; }
span { border-color: rgb(115,2,36); }
td.TdClassName
{
border-color: #730224;
}
.TagClassName
{
border-color: #730224;
}
</style>