Shades of Burgundy #73020E
Tints of Burgundy #73020E
RGB
CMYK
RGB Variations
Color information
#73020E (or 0x73020E) is known color: Burgundy. HEX triplet: 73, 02 and 0E. RGB value is (115,2,14). Sum of RGB (Red+Green+Blue) = 115+2+14=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #73020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73020E is #8CFDF1. Grayscale: #252525. Windows color (decimal): -9240050 or 918131. OLE color: 918131.
HSL color Cylindrical-coordinate representation of color #73020E: hue angle of 353.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73020E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 14 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.55 |
| HSL | 353.63º | 0.97% | 0.23% | - |
| HSV(B) | 353.63º | 0.98% | 0.45% | - |
| XYZ | 7.17 | 3.72 | 0.76 | - |
| YUV | 37.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 14 | 0 | 0.98 | 0.88 | 0.55 | 353.63 | 0.97 | 0.23 |
| Hex | 73 | 2 | E | 0 | 62 | 58 | 37 | 162 | 61 | 17 |
| Octal | 163 | 2 | 16 | 0 | 142 | 130 | 67 | 542 | 141 | 27 |
| Binary | 1110011 | 10 | 1110 | 0 | 1100010 | 1011000 | 110111 | 101100010 | 1100001 | 10111 |
Color Harmonies of #73020E
Complementary color
Monochromatic Colors of #73020E
Black with #73020E
Text Example
Text Example
White with #73020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73020E; }
p { color: rgb(115,2,14); }
H1.HeaderClassName
{
color: #73020E;
}
.AnyTagClassName
{
color: #73020E;
}
</style>
background-color css
<style>
a { background-color: #73020E; }
a { background-color: rgb(115,2,14); }
div.DivClassName
{
background-color: #73020E;
}
.BgClassName
{
background-color: #73020E;
}
</style>
border-color css
<style>
span { border-color: #73020E; }
span { border-color: rgb(115,2,14); }
td.TdClassName
{
border-color: #73020E;
}
.TagClassName
{
border-color: #73020E;
}
</style>