Shades of Burgundy #730A21
Tints of Burgundy #730A21
RGB
CMYK
RGB Variations
Color information
#730A21 (or 0x730A21) is known color: Burgundy. HEX triplet: 73, 0A and 21. RGB value is (115,10,33). Sum of RGB (Red+Green+Blue) = 115+10+33=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #730A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A21 is #8CF5DE. Grayscale: #2C2C2C. Windows color (decimal): -9237983 or 2165363. OLE color: 2165363.
HSL color Cylindrical-coordinate representation of color #730A21: hue angle of 346.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A21 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 33 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.55 |
| HSL | 346.86º | 0.84% | 0.25% | - |
| HSV(B) | 346.86º | 0.91% | 0.45% | - |
| XYZ | 7.45 | 3.97 | 1.81 | - |
| YUV | 44.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 33 | 0 | 0.91 | 0.71 | 0.55 | 346.86 | 0.84 | 0.25 |
| Hex | 73 | A | 21 | 0 | 5B | 47 | 37 | 15B | 54 | 19 |
| Octal | 163 | 12 | 41 | 0 | 133 | 107 | 67 | 533 | 124 | 31 |
| Binary | 1110011 | 1010 | 100001 | 0 | 1011011 | 1000111 | 110111 | 101011011 | 1010100 | 11001 |
Color Harmonies of #730A21
Complementary color
Monochromatic Colors of #730A21
Black with #730A21
Text Example
Text Example
White with #730A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A21; }
p { color: rgb(115,10,33); }
H1.HeaderClassName
{
color: #730A21;
}
.AnyTagClassName
{
color: #730A21;
}
</style>
background-color css
<style>
a { background-color: #730A21; }
a { background-color: rgb(115,10,33); }
div.DivClassName
{
background-color: #730A21;
}
.BgClassName
{
background-color: #730A21;
}
</style>
border-color css
<style>
span { border-color: #730A21; }
span { border-color: rgb(115,10,33); }
td.TdClassName
{
border-color: #730A21;
}
.TagClassName
{
border-color: #730A21;
}
</style>