Shades of Burgundy #730118
Tints of Burgundy #730118
RGB
CMYK
RGB Variations
Color information
#730118 (or 0x730118) is known color: Burgundy. HEX triplet: 73, 01 and 18. RGB value is (115,1,24). Sum of RGB (Red+Green+Blue) = 115+1+24=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730118 is #8CFEE7. Grayscale: #252525. Windows color (decimal): -9240296 or 1573235. OLE color: 1573235.
HSL color Cylindrical-coordinate representation of color #730118: hue angle of 347.89º 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 #730118 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.55 |
| HSL | 347.89º | 0.98% | 0.23% | - |
| HSV(B) | 347.89º | 0.99% | 0.45% | - |
| XYZ | 7.25 | 3.73 | 1.2 | - |
| YUV | 37.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 24 | 0 | 0.99 | 0.79 | 0.55 | 347.89 | 0.98 | 0.23 |
| Hex | 73 | 1 | 18 | 0 | 63 | 4F | 37 | 15C | 62 | 17 |
| Octal | 163 | 1 | 30 | 0 | 143 | 117 | 67 | 534 | 142 | 27 |
| Binary | 1110011 | 1 | 11000 | 0 | 1100011 | 1001111 | 110111 | 101011100 | 1100010 | 10111 |
Color Harmonies of #730118
Complementary color
Monochromatic Colors of #730118
Black with #730118
Text Example
Text Example
White with #730118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730118; }
p { color: rgb(115,1,24); }
H1.HeaderClassName
{
color: #730118;
}
.AnyTagClassName
{
color: #730118;
}
</style>
background-color css
<style>
a { background-color: #730118; }
a { background-color: rgb(115,1,24); }
div.DivClassName
{
background-color: #730118;
}
.BgClassName
{
background-color: #730118;
}
</style>
border-color css
<style>
span { border-color: #730118; }
span { border-color: rgb(115,1,24); }
td.TdClassName
{
border-color: #730118;
}
.TagClassName
{
border-color: #730118;
}
</style>