Shades of Burgundy #73040F
Tints of Burgundy #73040F
RGB
CMYK
RGB Variations
Color information
#73040F (or 0x73040F) is known color: Burgundy. HEX triplet: 73, 04 and 0F. RGB value is (115,4,15). Sum of RGB (Red+Green+Blue) = 115+4+15=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #73040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73040F is #8CFBF0. Grayscale: #262626. Windows color (decimal): -9239537 or 984179. OLE color: 984179.
HSL color Cylindrical-coordinate representation of color #73040F: hue angle of 354.05º 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 #73040F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.55 |
| HSL | 354.05º | 0.93% | 0.23% | - |
| HSV(B) | 354.05º | 0.97% | 0.45% | - |
| XYZ | 7.2 | 3.77 | 0.8 | - |
| YUV | 38.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 15 | 0 | 0.97 | 0.87 | 0.55 | 354.05 | 0.93 | 0.23 |
| Hex | 73 | 4 | F | 0 | 61 | 57 | 37 | 162 | 5D | 17 |
| Octal | 163 | 4 | 17 | 0 | 141 | 127 | 67 | 542 | 135 | 27 |
| Binary | 1110011 | 100 | 1111 | 0 | 1100001 | 1010111 | 110111 | 101100010 | 1011101 | 10111 |
Color Harmonies of #73040F
Complementary color
Monochromatic Colors of #73040F
Black with #73040F
Text Example
Text Example
White with #73040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73040F; }
p { color: rgb(115,4,15); }
H1.HeaderClassName
{
color: #73040F;
}
.AnyTagClassName
{
color: #73040F;
}
</style>
background-color css
<style>
a { background-color: #73040F; }
a { background-color: rgb(115,4,15); }
div.DivClassName
{
background-color: #73040F;
}
.BgClassName
{
background-color: #73040F;
}
</style>
border-color css
<style>
span { border-color: #73040F; }
span { border-color: rgb(115,4,15); }
td.TdClassName
{
border-color: #73040F;
}
.TagClassName
{
border-color: #73040F;
}
</style>