Shades of Burgundy #730C1D
Tints of Burgundy #730C1D
RGB
CMYK
RGB Variations
Color information
#730C1D (or 0x730C1D) is known color: Burgundy. HEX triplet: 73, 0C and 1D. RGB value is (115,12,29). Sum of RGB (Red+Green+Blue) = 115+12+29=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #730C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C1D is #8CF3E2. Grayscale: #2C2C2C. Windows color (decimal): -9237475 or 1903731. OLE color: 1903731.
HSL color Cylindrical-coordinate representation of color #730C1D: hue angle of 350.1º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C1D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 29 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.55 |
| HSL | 350.1º | 0.81% | 0.25% | - |
| HSV(B) | 350.1º | 0.9% | 0.45% | - |
| XYZ | 7.42 | 4 | 1.54 | - |
| YUV | 44.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 29 | 0 | 0.90 | 0.75 | 0.55 | 350.1 | 0.81 | 0.25 |
| Hex | 73 | C | 1D | 0 | 5A | 4B | 37 | 15E | 51 | 19 |
| Octal | 163 | 14 | 35 | 0 | 132 | 113 | 67 | 536 | 121 | 31 |
| Binary | 1110011 | 1100 | 11101 | 0 | 1011010 | 1001011 | 110111 | 101011110 | 1010001 | 11001 |
Color Harmonies of #730C1D
Complementary color
Monochromatic Colors of #730C1D
Black with #730C1D
Text Example
Text Example
White with #730C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C1D; }
p { color: rgb(115,12,29); }
H1.HeaderClassName
{
color: #730C1D;
}
.AnyTagClassName
{
color: #730C1D;
}
</style>
background-color css
<style>
a { background-color: #730C1D; }
a { background-color: rgb(115,12,29); }
div.DivClassName
{
background-color: #730C1D;
}
.BgClassName
{
background-color: #730C1D;
}
</style>
border-color css
<style>
span { border-color: #730C1D; }
span { border-color: rgb(115,12,29); }
td.TdClassName
{
border-color: #730C1D;
}
.TagClassName
{
border-color: #730C1D;
}
</style>