Shades of Burgundy #73050E
Tints of Burgundy #73050E
RGB
CMYK
RGB Variations
Color information
#73050E (or 0x73050E) is known color: Burgundy. HEX triplet: 73, 05 and 0E. RGB value is (115,5,14). Sum of RGB (Red+Green+Blue) = 115+5+14=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #73050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73050E is #8CFAF1. Grayscale: #262626. Windows color (decimal): -9239282 or 918899. OLE color: 918899.
HSL color Cylindrical-coordinate representation of color #73050E: hue angle of 355.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73050E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 14 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.55 |
| HSL | 355.09º | 0.92% | 0.24% | - |
| HSV(B) | 355.09º | 0.96% | 0.45% | - |
| XYZ | 7.2 | 3.79 | 0.77 | - |
| YUV | 38.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 14 | 0 | 0.96 | 0.88 | 0.55 | 355.09 | 0.92 | 0.24 |
| Hex | 73 | 5 | E | 0 | 60 | 58 | 37 | 163 | 5C | 18 |
| Octal | 163 | 5 | 16 | 0 | 140 | 130 | 67 | 543 | 134 | 30 |
| Binary | 1110011 | 101 | 1110 | 0 | 1100000 | 1011000 | 110111 | 101100011 | 1011100 | 11000 |
Color Harmonies of #73050E
Complementary color
Monochromatic Colors of #73050E
Black with #73050E
Text Example
Text Example
White with #73050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73050E; }
p { color: rgb(115,5,14); }
H1.HeaderClassName
{
color: #73050E;
}
.AnyTagClassName
{
color: #73050E;
}
</style>
background-color css
<style>
a { background-color: #73050E; }
a { background-color: rgb(115,5,14); }
div.DivClassName
{
background-color: #73050E;
}
.BgClassName
{
background-color: #73050E;
}
</style>
border-color css
<style>
span { border-color: #73050E; }
span { border-color: rgb(115,5,14); }
td.TdClassName
{
border-color: #73050E;
}
.TagClassName
{
border-color: #73050E;
}
</style>