Shades of Burgundy #73042D
Tints of Burgundy #73042D
RGB
CMYK
RGB Variations
Color information
#73042D (or 0x73042D) is known color: Burgundy. HEX triplet: 73, 04 and 2D. RGB value is (115,4,45). Sum of RGB (Red+Green+Blue) = 115+4+45=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #73042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73042D is #8CFBD2. Grayscale: #292929. Windows color (decimal): -9239507 or 2950259. OLE color: 2950259.
HSL color Cylindrical-coordinate representation of color #73042D: hue angle of 337.84º 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 #73042D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 45 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.55 |
| HSL | 337.84º | 0.93% | 0.23% | - |
| HSV(B) | 337.84º | 0.97% | 0.45% | - |
| XYZ | 7.59 | 3.92 | 2.84 | - |
| YUV | 41.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 45 | 0 | 0.97 | 0.61 | 0.55 | 337.84 | 0.93 | 0.23 |
| Hex | 73 | 4 | 2D | 0 | 61 | 3D | 37 | 152 | 5D | 17 |
| Octal | 163 | 4 | 55 | 0 | 141 | 75 | 67 | 522 | 135 | 27 |
| Binary | 1110011 | 100 | 101101 | 0 | 1100001 | 111101 | 110111 | 101010010 | 1011101 | 10111 |
Color Harmonies of #73042D
Complementary color
Monochromatic Colors of #73042D
Black with #73042D
Text Example
Text Example
White with #73042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73042D; }
p { color: rgb(115,4,45); }
H1.HeaderClassName
{
color: #73042D;
}
.AnyTagClassName
{
color: #73042D;
}
</style>
background-color css
<style>
a { background-color: #73042D; }
a { background-color: rgb(115,4,45); }
div.DivClassName
{
background-color: #73042D;
}
.BgClassName
{
background-color: #73042D;
}
</style>
border-color css
<style>
span { border-color: #73042D; }
span { border-color: rgb(115,4,45); }
td.TdClassName
{
border-color: #73042D;
}
.TagClassName
{
border-color: #73042D;
}
</style>