Shades of Burgundy #73030E
Tints of Burgundy #73030E
RGB
CMYK
RGB Variations
Color information
#73030E (or 0x73030E) is known color: Burgundy. HEX triplet: 73, 03 and 0E. RGB value is (115,3,14). Sum of RGB (Red+Green+Blue) = 115+3+14=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #73030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73030E is #8CFCF1. Grayscale: #252525. Windows color (decimal): -9239794 or 918387. OLE color: 918387.
HSL color Cylindrical-coordinate representation of color #73030E: hue angle of 354.11º 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 #73030E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 14 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.55 |
| HSL | 354.11º | 0.95% | 0.23% | - |
| HSV(B) | 354.11º | 0.97% | 0.45% | - |
| XYZ | 7.18 | 3.74 | 0.76 | - |
| YUV | 37.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 14 | 0 | 0.97 | 0.88 | 0.55 | 354.11 | 0.95 | 0.23 |
| Hex | 73 | 3 | E | 0 | 61 | 58 | 37 | 162 | 5F | 17 |
| Octal | 163 | 3 | 16 | 0 | 141 | 130 | 67 | 542 | 137 | 27 |
| Binary | 1110011 | 11 | 1110 | 0 | 1100001 | 1011000 | 110111 | 101100010 | 1011111 | 10111 |
Color Harmonies of #73030E
Complementary color
Monochromatic Colors of #73030E
Black with #73030E
Text Example
Text Example
White with #73030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73030E; }
p { color: rgb(115,3,14); }
H1.HeaderClassName
{
color: #73030E;
}
.AnyTagClassName
{
color: #73030E;
}
</style>
background-color css
<style>
a { background-color: #73030E; }
a { background-color: rgb(115,3,14); }
div.DivClassName
{
background-color: #73030E;
}
.BgClassName
{
background-color: #73030E;
}
</style>
border-color css
<style>
span { border-color: #73030E; }
span { border-color: rgb(115,3,14); }
td.TdClassName
{
border-color: #73030E;
}
.TagClassName
{
border-color: #73030E;
}
</style>