Shades of Burgundy #730114
Tints of Burgundy #730114
RGB
CMYK
RGB Variations
Color information
#730114 (or 0x730114) is known color: Burgundy. HEX triplet: 73, 01 and 14. RGB value is (115,1,20). Sum of RGB (Red+Green+Blue) = 115+1+20=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730114 is #8CFEEB. Grayscale: #252525. Windows color (decimal): -9240300 or 1311091. OLE color: 1311091.
HSL color Cylindrical-coordinate representation of color #730114: hue angle of 350º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730114 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.55 |
| HSL | 350º | 0.98% | 0.23% | - |
| HSV(B) | 350º | 0.99% | 0.45% | - |
| XYZ | 7.21 | 3.72 | 1 | - |
| YUV | 37.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 20 | 0 | 0.99 | 0.83 | 0.55 | 350 | 0.98 | 0.23 |
| Hex | 73 | 1 | 14 | 0 | 63 | 53 | 37 | 15E | 62 | 17 |
| Octal | 163 | 1 | 24 | 0 | 143 | 123 | 67 | 536 | 142 | 27 |
| Binary | 1110011 | 1 | 10100 | 0 | 1100011 | 1010011 | 110111 | 101011110 | 1100010 | 10111 |
Color Harmonies of #730114
Complementary color
Monochromatic Colors of #730114
Black with #730114
Text Example
Text Example
White with #730114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730114; }
p { color: rgb(115,1,20); }
H1.HeaderClassName
{
color: #730114;
}
.AnyTagClassName
{
color: #730114;
}
</style>
background-color css
<style>
a { background-color: #730114; }
a { background-color: rgb(115,1,20); }
div.DivClassName
{
background-color: #730114;
}
.BgClassName
{
background-color: #730114;
}
</style>
border-color css
<style>
span { border-color: #730114; }
span { border-color: rgb(115,1,20); }
td.TdClassName
{
border-color: #730114;
}
.TagClassName
{
border-color: #730114;
}
</style>