Shades of Burgundy #730017
Tints of Burgundy #730017
RGB
CMYK
RGB Variations
Color information
#730017 (or 0x730017) is known color: Burgundy. HEX triplet: 73, 00 and 17. RGB value is (115,0,23). Sum of RGB (Red+Green+Blue) = 115+0+23=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730017 is #8CFFE8. Grayscale: #252525. Windows color (decimal): -9240553 or 1507443. OLE color: 1507443.
HSL color Cylindrical-coordinate representation of color #730017: hue angle of 348º 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 #730017 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.80 | 0.55 |
| HSL | 348º | 1% | 0.23% | - |
| HSV(B) | 348º | 1% | 0.45% | - |
| XYZ | 7.22 | 3.71 | 1.15 | - |
| YUV | 37.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 23 | 0 | 1 | 0.80 | 0.55 | 348 | 1 | 0.23 |
| Hex | 73 | 0 | 17 | 0 | 64 | 50 | 37 | 15C | 64 | 17 |
| Octal | 163 | 0 | 27 | 0 | 144 | 120 | 67 | 534 | 144 | 27 |
| Binary | 1110011 | 0 | 10111 | 0 | 1100100 | 1010000 | 110111 | 101011100 | 1100100 | 10111 |
Color Harmonies of #730017
Complementary color
Monochromatic Colors of #730017
Black with #730017
Text Example
Text Example
White with #730017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730017; }
p { color: rgb(115,0,23); }
H1.HeaderClassName
{
color: #730017;
}
.AnyTagClassName
{
color: #730017;
}
</style>
background-color css
<style>
a { background-color: #730017; }
a { background-color: rgb(115,0,23); }
div.DivClassName
{
background-color: #730017;
}
.BgClassName
{
background-color: #730017;
}
</style>
border-color css
<style>
span { border-color: #730017; }
span { border-color: rgb(115,0,23); }
td.TdClassName
{
border-color: #730017;
}
.TagClassName
{
border-color: #730017;
}
</style>