Shades of Burgundy #730414
Tints of Burgundy #730414
RGB
CMYK
RGB Variations
Color information
#730414 (or 0x730414) is known color: Burgundy. HEX triplet: 73, 04 and 14. RGB value is (115,4,20). Sum of RGB (Red+Green+Blue) = 115+4+20=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730414 is #8CFBEB. Grayscale: #272727. Windows color (decimal): -9239532 or 1311859. OLE color: 1311859.
HSL color Cylindrical-coordinate representation of color #730414: hue angle of 351.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730414 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 20 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.55 |
| HSL | 351.35º | 0.93% | 0.23% | - |
| HSV(B) | 351.35º | 0.97% | 0.45% | - |
| XYZ | 7.24 | 3.78 | 1.01 | - |
| YUV | 39.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 20 | 0 | 0.97 | 0.83 | 0.55 | 351.35 | 0.93 | 0.23 |
| Hex | 73 | 4 | 14 | 0 | 61 | 53 | 37 | 15F | 5D | 17 |
| Octal | 163 | 4 | 24 | 0 | 141 | 123 | 67 | 537 | 135 | 27 |
| Binary | 1110011 | 100 | 10100 | 0 | 1100001 | 1010011 | 110111 | 101011111 | 1011101 | 10111 |
Color Harmonies of #730414
Complementary color
Monochromatic Colors of #730414
Black with #730414
Text Example
Text Example
White with #730414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730414; }
p { color: rgb(115,4,20); }
H1.HeaderClassName
{
color: #730414;
}
.AnyTagClassName
{
color: #730414;
}
</style>
background-color css
<style>
a { background-color: #730414; }
a { background-color: rgb(115,4,20); }
div.DivClassName
{
background-color: #730414;
}
.BgClassName
{
background-color: #730414;
}
</style>
border-color css
<style>
span { border-color: #730414; }
span { border-color: rgb(115,4,20); }
td.TdClassName
{
border-color: #730414;
}
.TagClassName
{
border-color: #730414;
}
</style>