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