Shades of Burgundy #730314
Tints of Burgundy #730314
RGB
CMYK
RGB Variations
Color information
#730314 (or 0x730314) is known color: Burgundy. HEX triplet: 73, 03 and 14. RGB value is (115,3,20). Sum of RGB (Red+Green+Blue) = 115+3+20=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730314 is #8CFCEB. Grayscale: #262626. Windows color (decimal): -9239788 or 1311603. OLE color: 1311603.
HSL color Cylindrical-coordinate representation of color #730314: hue angle of 350.89º degrees, saturation: 0.95, 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 #730314 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 20 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.55 |
| HSL | 350.89º | 0.95% | 0.23% | - |
| HSV(B) | 350.89º | 0.97% | 0.45% | - |
| XYZ | 7.23 | 3.76 | 1.01 | - |
| YUV | 38.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 20 | 0 | 0.97 | 0.83 | 0.55 | 350.89 | 0.95 | 0.23 |
| Hex | 73 | 3 | 14 | 0 | 61 | 53 | 37 | 15F | 5F | 17 |
| Octal | 163 | 3 | 24 | 0 | 141 | 123 | 67 | 537 | 137 | 27 |
| Binary | 1110011 | 11 | 10100 | 0 | 1100001 | 1010011 | 110111 | 101011111 | 1011111 | 10111 |
Color Harmonies of #730314
Complementary color
Monochromatic Colors of #730314
Black with #730314
Text Example
Text Example
White with #730314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730314; }
p { color: rgb(115,3,20); }
H1.HeaderClassName
{
color: #730314;
}
.AnyTagClassName
{
color: #730314;
}
</style>
background-color css
<style>
a { background-color: #730314; }
a { background-color: rgb(115,3,20); }
div.DivClassName
{
background-color: #730314;
}
.BgClassName
{
background-color: #730314;
}
</style>
border-color css
<style>
span { border-color: #730314; }
span { border-color: rgb(115,3,20); }
td.TdClassName
{
border-color: #730314;
}
.TagClassName
{
border-color: #730314;
}
</style>