Shades of Burgundy #73040A
Tints of Burgundy #73040A
RGB
CMYK
RGB Variations
Color information
#73040A (or 0x73040A) is known color: Burgundy. HEX triplet: 73, 04 and 0A. RGB value is (115,4,10). Sum of RGB (Red+Green+Blue) = 115+4+10=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #73040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73040A is #8CFBF5. Grayscale: #252525. Windows color (decimal): -9239542 or 656499. OLE color: 656499.
HSL color Cylindrical-coordinate representation of color #73040A: hue angle of 356.76º 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 #73040A is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 10 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.55 |
| HSL | 356.76º | 0.93% | 0.23% | - |
| HSV(B) | 356.76º | 0.97% | 0.45% | - |
| XYZ | 7.17 | 3.75 | 0.63 | - |
| YUV | 37.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 10 | 0 | 0.97 | 0.91 | 0.55 | 356.76 | 0.93 | 0.23 |
| Hex | 73 | 4 | A | 0 | 61 | 5B | 37 | 165 | 5D | 17 |
| Octal | 163 | 4 | 12 | 0 | 141 | 133 | 67 | 545 | 135 | 27 |
| Binary | 1110011 | 100 | 1010 | 0 | 1100001 | 1011011 | 110111 | 101100101 | 1011101 | 10111 |
Color Harmonies of #73040A
Complementary color
Monochromatic Colors of #73040A
Black with #73040A
Text Example
Text Example
White with #73040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73040A; }
p { color: rgb(115,4,10); }
H1.HeaderClassName
{
color: #73040A;
}
.AnyTagClassName
{
color: #73040A;
}
</style>
background-color css
<style>
a { background-color: #73040A; }
a { background-color: rgb(115,4,10); }
div.DivClassName
{
background-color: #73040A;
}
.BgClassName
{
background-color: #73040A;
}
</style>
border-color css
<style>
span { border-color: #73040A; }
span { border-color: rgb(115,4,10); }
td.TdClassName
{
border-color: #73040A;
}
.TagClassName
{
border-color: #73040A;
}
</style>