Shades of Burgundy #73040C
Tints of Burgundy #73040C
RGB
CMYK
RGB Variations
Color information
#73040C (or 0x73040C) is known color: Burgundy. HEX triplet: 73, 04 and 0C. RGB value is (115,4,12). Sum of RGB (Red+Green+Blue) = 115+4+12=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #73040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73040C is #8CFBF3. Grayscale: #262626. Windows color (decimal): -9239540 or 787571. OLE color: 787571.
HSL color Cylindrical-coordinate representation of color #73040C: hue angle of 355.68º 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 #73040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.55 |
| HSL | 355.68º | 0.93% | 0.23% | - |
| HSV(B) | 355.68º | 0.97% | 0.45% | - |
| XYZ | 7.18 | 3.76 | 0.69 | - |
| YUV | 38.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 12 | 0 | 0.97 | 0.90 | 0.55 | 355.68 | 0.93 | 0.23 |
| Hex | 73 | 4 | C | 0 | 61 | 5A | 37 | 164 | 5D | 17 |
| Octal | 163 | 4 | 14 | 0 | 141 | 132 | 67 | 544 | 135 | 27 |
| Binary | 1110011 | 100 | 1100 | 0 | 1100001 | 1011010 | 110111 | 101100100 | 1011101 | 10111 |
Color Harmonies of #73040C
Complementary color
Monochromatic Colors of #73040C
Black with #73040C
Text Example
Text Example
White with #73040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73040C; }
p { color: rgb(115,4,12); }
H1.HeaderClassName
{
color: #73040C;
}
.AnyTagClassName
{
color: #73040C;
}
</style>
background-color css
<style>
a { background-color: #73040C; }
a { background-color: rgb(115,4,12); }
div.DivClassName
{
background-color: #73040C;
}
.BgClassName
{
background-color: #73040C;
}
</style>
border-color css
<style>
span { border-color: #73040C; }
span { border-color: rgb(115,4,12); }
td.TdClassName
{
border-color: #73040C;
}
.TagClassName
{
border-color: #73040C;
}
</style>