Shades of Burgundy #730C2E
Tints of Burgundy #730C2E
RGB
CMYK
RGB Variations
Color information
#730C2E (or 0x730C2E) is known color: Burgundy. HEX triplet: 73, 0C and 2E. RGB value is (115,12,46). Sum of RGB (Red+Green+Blue) = 115+12+46=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C2E is #8CF3D1. Grayscale: #2E2E2E. Windows color (decimal): -9237458 or 3017843. OLE color: 3017843.
HSL color Cylindrical-coordinate representation of color #730C2E: hue angle of 340.19º 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 #730C2E is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 46 | - |
| CMYK | 0 | 0.90 | 0.6 | 0.55 |
| HSL | 340.19º | 0.81% | 0.25% | - |
| HSV(B) | 340.19º | 0.9% | 0.45% | - |
| XYZ | 7.69 | 4.11 | 2.97 | - |
| YUV | 46.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 46 | 0 | 0.90 | 0.6 | 0.55 | 340.19 | 0.81 | 0.25 |
| Hex | 73 | C | 2E | 0 | 5A | 3C | 37 | 154 | 51 | 19 |
| Octal | 163 | 14 | 56 | 0 | 132 | 74 | 67 | 524 | 121 | 31 |
| Binary | 1110011 | 1100 | 101110 | 0 | 1011010 | 111100 | 110111 | 101010100 | 1010001 | 11001 |
Color Harmonies of #730C2E
Complementary color
Monochromatic Colors of #730C2E
Black with #730C2E
Text Example
Text Example
White with #730C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C2E; }
p { color: rgb(115,12,46); }
H1.HeaderClassName
{
color: #730C2E;
}
.AnyTagClassName
{
color: #730C2E;
}
</style>
background-color css
<style>
a { background-color: #730C2E; }
a { background-color: rgb(115,12,46); }
div.DivClassName
{
background-color: #730C2E;
}
.BgClassName
{
background-color: #730C2E;
}
</style>
border-color css
<style>
span { border-color: #730C2E; }
span { border-color: rgb(115,12,46); }
td.TdClassName
{
border-color: #730C2E;
}
.TagClassName
{
border-color: #730C2E;
}
</style>