Shades of Burgundy #73071D
Tints of Burgundy #73071D
RGB
CMYK
RGB Variations
Color information
#73071D (or 0x73071D) is known color: Burgundy. HEX triplet: 73, 07 and 1D. RGB value is (115,7,29). Sum of RGB (Red+Green+Blue) = 115+7+29=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #73071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73071D is #8CF8E2. Grayscale: #292929. Windows color (decimal): -9238755 or 1902451. OLE color: 1902451.
HSL color Cylindrical-coordinate representation of color #73071D: hue angle of 347.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73071D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 29 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.55 |
| HSL | 347.78º | 0.89% | 0.24% | - |
| HSV(B) | 347.78º | 0.94% | 0.45% | - |
| XYZ | 7.37 | 3.89 | 1.52 | - |
| YUV | 41.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 29 | 0 | 0.94 | 0.75 | 0.55 | 347.78 | 0.89 | 0.24 |
| Hex | 73 | 7 | 1D | 0 | 5E | 4B | 37 | 15C | 59 | 18 |
| Octal | 163 | 7 | 35 | 0 | 136 | 113 | 67 | 534 | 131 | 30 |
| Binary | 1110011 | 111 | 11101 | 0 | 1011110 | 1001011 | 110111 | 101011100 | 1011001 | 11000 |
Color Harmonies of #73071D
Complementary color
Monochromatic Colors of #73071D
Black with #73071D
Text Example
Text Example
White with #73071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73071D; }
p { color: rgb(115,7,29); }
H1.HeaderClassName
{
color: #73071D;
}
.AnyTagClassName
{
color: #73071D;
}
</style>
background-color css
<style>
a { background-color: #73071D; }
a { background-color: rgb(115,7,29); }
div.DivClassName
{
background-color: #73071D;
}
.BgClassName
{
background-color: #73071D;
}
</style>
border-color css
<style>
span { border-color: #73071D; }
span { border-color: rgb(115,7,29); }
td.TdClassName
{
border-color: #73071D;
}
.TagClassName
{
border-color: #73071D;
}
</style>