Shades of Burgundy #730209
Tints of Burgundy #730209
RGB
CMYK
RGB Variations
Color information
#730209 (or 0x730209) is known color: Burgundy. HEX triplet: 73, 02 and 09. RGB value is (115,2,9). Sum of RGB (Red+Green+Blue) = 115+2+9=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #730209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730209 is #8CFDF6. Grayscale: #242424. Windows color (decimal): -9240055 or 590451. OLE color: 590451.
HSL color Cylindrical-coordinate representation of color #730209: hue angle of 356.28º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730209 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.55 |
| HSL | 356.28º | 0.97% | 0.23% | - |
| HSV(B) | 356.28º | 0.98% | 0.45% | - |
| XYZ | 7.14 | 3.71 | 0.6 | - |
| YUV | 36.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 9 | 0 | 0.98 | 0.92 | 0.55 | 356.28 | 0.97 | 0.23 |
| Hex | 73 | 2 | 9 | 0 | 62 | 5C | 37 | 164 | 61 | 17 |
| Octal | 163 | 2 | 11 | 0 | 142 | 134 | 67 | 544 | 141 | 27 |
| Binary | 1110011 | 10 | 1001 | 0 | 1100010 | 1011100 | 110111 | 101100100 | 1100001 | 10111 |
Color Harmonies of #730209
Complementary color
Monochromatic Colors of #730209
Black with #730209
Text Example
Text Example
White with #730209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730209; }
p { color: rgb(115,2,9); }
H1.HeaderClassName
{
color: #730209;
}
.AnyTagClassName
{
color: #730209;
}
</style>
background-color css
<style>
a { background-color: #730209; }
a { background-color: rgb(115,2,9); }
div.DivClassName
{
background-color: #730209;
}
.BgClassName
{
background-color: #730209;
}
</style>
border-color css
<style>
span { border-color: #730209; }
span { border-color: rgb(115,2,9); }
td.TdClassName
{
border-color: #730209;
}
.TagClassName
{
border-color: #730209;
}
</style>