Shades of Burgundy #730020
Tints of Burgundy #730020
RGB
CMYK
RGB Variations
Color information
#730020 (or 0x730020) is known color: Burgundy. HEX triplet: 73, 00 and 20. RGB value is (115,0,32). Sum of RGB (Red+Green+Blue) = 115+0+32=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #730020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730020 is #8CFFDF. Grayscale: #262626. Windows color (decimal): -9240544 or 2097267. OLE color: 2097267.
HSL color Cylindrical-coordinate representation of color #730020: hue angle of 343.3º 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 #730020 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.72 | 0.55 |
| HSL | 343.3º | 1% | 0.23% | - |
| HSV(B) | 343.3º | 1% | 0.45% | - |
| XYZ | 7.33 | 3.75 | 1.7 | - |
| YUV | 38.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 32 | 0 | 1 | 0.72 | 0.55 | 343.3 | 1 | 0.23 |
| Hex | 73 | 0 | 20 | 0 | 64 | 48 | 37 | 157 | 64 | 17 |
| Octal | 163 | 0 | 40 | 0 | 144 | 110 | 67 | 527 | 144 | 27 |
| Binary | 1110011 | 0 | 100000 | 0 | 1100100 | 1001000 | 110111 | 101010111 | 1100100 | 10111 |
Color Harmonies of #730020
Complementary color
Monochromatic Colors of #730020
Black with #730020
Text Example
Text Example
White with #730020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730020; }
p { color: rgb(115,0,32); }
H1.HeaderClassName
{
color: #730020;
}
.AnyTagClassName
{
color: #730020;
}
</style>
background-color css
<style>
a { background-color: #730020; }
a { background-color: rgb(115,0,32); }
div.DivClassName
{
background-color: #730020;
}
.BgClassName
{
background-color: #730020;
}
</style>
border-color css
<style>
span { border-color: #730020; }
span { border-color: rgb(115,0,32); }
td.TdClassName
{
border-color: #730020;
}
.TagClassName
{
border-color: #730020;
}
</style>