Shades of Burgundy #730010
Tints of Burgundy #730010
RGB
CMYK
RGB Variations
Color information
#730010 (or 0x730010) is known color: Burgundy. HEX triplet: 73, 00 and 10. RGB value is (115,0,16). Sum of RGB (Red+Green+Blue) = 115+0+16=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #730010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730010 is #8CFFEF. Grayscale: #242424. Windows color (decimal): -9240560 or 1048691. OLE color: 1048691.
HSL color Cylindrical-coordinate representation of color #730010: hue angle of 351.65º 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 #730010 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.86 | 0.55 |
| HSL | 351.65º | 1% | 0.23% | - |
| HSV(B) | 351.65º | 1% | 0.45% | - |
| XYZ | 7.16 | 3.68 | 0.82 | - |
| YUV | 36.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 16 | 0 | 1 | 0.86 | 0.55 | 351.65 | 1 | 0.23 |
| Hex | 73 | 0 | 10 | 0 | 64 | 56 | 37 | 160 | 64 | 17 |
| Octal | 163 | 0 | 20 | 0 | 144 | 126 | 67 | 540 | 144 | 27 |
| Binary | 1110011 | 0 | 10000 | 0 | 1100100 | 1010110 | 110111 | 101100000 | 1100100 | 10111 |
Color Harmonies of #730010
Complementary color
Monochromatic Colors of #730010
Black with #730010
Text Example
Text Example
White with #730010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730010; }
p { color: rgb(115,0,16); }
H1.HeaderClassName
{
color: #730010;
}
.AnyTagClassName
{
color: #730010;
}
</style>
background-color css
<style>
a { background-color: #730010; }
a { background-color: rgb(115,0,16); }
div.DivClassName
{
background-color: #730010;
}
.BgClassName
{
background-color: #730010;
}
</style>
border-color css
<style>
span { border-color: #730010; }
span { border-color: rgb(115,0,16); }
td.TdClassName
{
border-color: #730010;
}
.TagClassName
{
border-color: #730010;
}
</style>