Shades of Burgundy #730C2D
Tints of Burgundy #730C2D
RGB
CMYK
RGB Variations
Color information
#730C2D (or 0x730C2D) is known color: Burgundy. HEX triplet: 73, 0C and 2D. RGB value is (115,12,45). Sum of RGB (Red+Green+Blue) = 115+12+45=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C2D is #8CF3D2. Grayscale: #2E2E2E. Windows color (decimal): -9237459 or 2952307. OLE color: 2952307.
HSL color Cylindrical-coordinate representation of color #730C2D: hue angle of 340.78º 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 #730C2D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 45 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.55 |
| HSL | 340.78º | 0.81% | 0.25% | - |
| HSV(B) | 340.78º | 0.9% | 0.45% | - |
| XYZ | 7.68 | 4.1 | 2.87 | - |
| YUV | 46.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 45 | 0 | 0.90 | 0.61 | 0.55 | 340.78 | 0.81 | 0.25 |
| Hex | 73 | C | 2D | 0 | 5A | 3D | 37 | 155 | 51 | 19 |
| Octal | 163 | 14 | 55 | 0 | 132 | 75 | 67 | 525 | 121 | 31 |
| Binary | 1110011 | 1100 | 101101 | 0 | 1011010 | 111101 | 110111 | 101010101 | 1010001 | 11001 |
Color Harmonies of #730C2D
Complementary color
Monochromatic Colors of #730C2D
Black with #730C2D
Text Example
Text Example
White with #730C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C2D; }
p { color: rgb(115,12,45); }
H1.HeaderClassName
{
color: #730C2D;
}
.AnyTagClassName
{
color: #730C2D;
}
</style>
background-color css
<style>
a { background-color: #730C2D; }
a { background-color: rgb(115,12,45); }
div.DivClassName
{
background-color: #730C2D;
}
.BgClassName
{
background-color: #730C2D;
}
</style>
border-color css
<style>
span { border-color: #730C2D; }
span { border-color: rgb(115,12,45); }
td.TdClassName
{
border-color: #730C2D;
}
.TagClassName
{
border-color: #730C2D;
}
</style>