Shades of Burgundy #730C14
Tints of Burgundy #730C14
RGB
CMYK
RGB Variations
Color information
#730C14 (or 0x730C14) is known color: Burgundy. HEX triplet: 73, 0C and 14. RGB value is (115,12,20). Sum of RGB (Red+Green+Blue) = 115+12+20=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #730C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C14 is #8CF3EB. Grayscale: #2B2B2B. Windows color (decimal): -9237484 or 1313907. OLE color: 1313907.
HSL color Cylindrical-coordinate representation of color #730C14: hue angle of 355.34º 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 #730C14 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 20 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.55 |
| HSL | 355.34º | 0.81% | 0.25% | - |
| HSV(B) | 355.34º | 0.9% | 0.45% | - |
| XYZ | 7.33 | 3.96 | 1.04 | - |
| YUV | 43.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 20 | 0 | 0.90 | 0.83 | 0.55 | 355.34 | 0.81 | 0.25 |
| Hex | 73 | C | 14 | 0 | 5A | 53 | 37 | 163 | 51 | 19 |
| Octal | 163 | 14 | 24 | 0 | 132 | 123 | 67 | 543 | 121 | 31 |
| Binary | 1110011 | 1100 | 10100 | 0 | 1011010 | 1010011 | 110111 | 101100011 | 1010001 | 11001 |
Color Harmonies of #730C14
Complementary color
Monochromatic Colors of #730C14
Black with #730C14
Text Example
Text Example
White with #730C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C14; }
p { color: rgb(115,12,20); }
H1.HeaderClassName
{
color: #730C14;
}
.AnyTagClassName
{
color: #730C14;
}
</style>
background-color css
<style>
a { background-color: #730C14; }
a { background-color: rgb(115,12,20); }
div.DivClassName
{
background-color: #730C14;
}
.BgClassName
{
background-color: #730C14;
}
</style>
border-color css
<style>
span { border-color: #730C14; }
span { border-color: rgb(115,12,20); }
td.TdClassName
{
border-color: #730C14;
}
.TagClassName
{
border-color: #730C14;
}
</style>