Shades of Burgundy #730D1D
Tints of Burgundy #730D1D
RGB
CMYK
RGB Variations
Color information
#730D1D (or 0x730D1D) is known color: Burgundy. HEX triplet: 73, 0D and 1D. RGB value is (115,13,29). Sum of RGB (Red+Green+Blue) = 115+13+29=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #730D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D1D is #8CF2E2. Grayscale: #2D2D2D. Windows color (decimal): -9237219 or 1903987. OLE color: 1903987.
HSL color Cylindrical-coordinate representation of color #730D1D: hue angle of 350.59º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D1D is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 29 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.55 |
| HSL | 350.59º | 0.8% | 0.25% | - |
| HSV(B) | 350.59º | 0.89% | 0.45% | - |
| XYZ | 7.44 | 4.02 | 1.55 | - |
| YUV | 45.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 29 | 0 | 0.89 | 0.75 | 0.55 | 350.59 | 0.8 | 0.25 |
| Hex | 73 | D | 1D | 0 | 59 | 4B | 37 | 15F | 50 | 19 |
| Octal | 163 | 15 | 35 | 0 | 131 | 113 | 67 | 537 | 120 | 31 |
| Binary | 1110011 | 1101 | 11101 | 0 | 1011001 | 1001011 | 110111 | 101011111 | 1010000 | 11001 |
Color Harmonies of #730D1D
Complementary color
Monochromatic Colors of #730D1D
Black with #730D1D
Text Example
Text Example
White with #730D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D1D; }
p { color: rgb(115,13,29); }
H1.HeaderClassName
{
color: #730D1D;
}
.AnyTagClassName
{
color: #730D1D;
}
</style>
background-color css
<style>
a { background-color: #730D1D; }
a { background-color: rgb(115,13,29); }
div.DivClassName
{
background-color: #730D1D;
}
.BgClassName
{
background-color: #730D1D;
}
</style>
border-color css
<style>
span { border-color: #730D1D; }
span { border-color: rgb(115,13,29); }
td.TdClassName
{
border-color: #730D1D;
}
.TagClassName
{
border-color: #730D1D;
}
</style>