Shades of Burgundy #730018
Tints of Burgundy #730018
RGB
CMYK
RGB Variations
Color information
#730018 (or 0x730018) is known color: Burgundy. HEX triplet: 73, 00 and 18. RGB value is (115,0,24). Sum of RGB (Red+Green+Blue) = 115+0+24=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730018 is #8CFFE7. Grayscale: #252525. Windows color (decimal): -9240552 or 1572979. OLE color: 1572979.
HSL color Cylindrical-coordinate representation of color #730018: hue angle of 347.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730018 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.79 | 0.55 |
| HSL | 347.48º | 1% | 0.23% | - |
| HSV(B) | 347.48º | 1% | 0.45% | - |
| XYZ | 7.24 | 3.71 | 1.2 | - |
| YUV | 37.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 24 | 0 | 1 | 0.79 | 0.55 | 347.48 | 1 | 0.23 |
| Hex | 73 | 0 | 18 | 0 | 64 | 4F | 37 | 15B | 64 | 17 |
| Octal | 163 | 0 | 30 | 0 | 144 | 117 | 67 | 533 | 144 | 27 |
| Binary | 1110011 | 0 | 11000 | 0 | 1100100 | 1001111 | 110111 | 101011011 | 1100100 | 10111 |
Color Harmonies of #730018
Complementary color
Monochromatic Colors of #730018
Black with #730018
Text Example
Text Example
White with #730018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730018; }
p { color: rgb(115,0,24); }
H1.HeaderClassName
{
color: #730018;
}
.AnyTagClassName
{
color: #730018;
}
</style>
background-color css
<style>
a { background-color: #730018; }
a { background-color: rgb(115,0,24); }
div.DivClassName
{
background-color: #730018;
}
.BgClassName
{
background-color: #730018;
}
</style>
border-color css
<style>
span { border-color: #730018; }
span { border-color: rgb(115,0,24); }
td.TdClassName
{
border-color: #730018;
}
.TagClassName
{
border-color: #730018;
}
</style>