Shades of Burgundy #730A31
Tints of Burgundy #730A31
RGB
CMYK
RGB Variations
Color information
#730A31 (or 0x730A31) is known color: Burgundy. HEX triplet: 73, 0A and 31. RGB value is (115,10,49). Sum of RGB (Red+Green+Blue) = 115+10+49=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #730A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A31 is #8CF5CE. Grayscale: #2D2D2D. Windows color (decimal): -9237967 or 3213939. OLE color: 3213939.
HSL color Cylindrical-coordinate representation of color #730A31: hue angle of 337.71º 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 #730A31 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 49 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.55 |
| HSL | 337.71º | 0.84% | 0.25% | - |
| HSV(B) | 337.71º | 0.91% | 0.45% | - |
| XYZ | 7.73 | 4.08 | 3.29 | - |
| YUV | 45.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 49 | 0 | 0.91 | 0.57 | 0.55 | 337.71 | 0.84 | 0.25 |
| Hex | 73 | A | 31 | 0 | 5B | 39 | 37 | 152 | 54 | 19 |
| Octal | 163 | 12 | 61 | 0 | 133 | 71 | 67 | 522 | 124 | 31 |
| Binary | 1110011 | 1010 | 110001 | 0 | 1011011 | 111001 | 110111 | 101010010 | 1010100 | 11001 |
Color Harmonies of #730A31
Complementary color
Monochromatic Colors of #730A31
Black with #730A31
Text Example
Text Example
White with #730A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A31; }
p { color: rgb(115,10,49); }
H1.HeaderClassName
{
color: #730A31;
}
.AnyTagClassName
{
color: #730A31;
}
</style>
background-color css
<style>
a { background-color: #730A31; }
a { background-color: rgb(115,10,49); }
div.DivClassName
{
background-color: #730A31;
}
.BgClassName
{
background-color: #730A31;
}
</style>
border-color css
<style>
span { border-color: #730A31; }
span { border-color: rgb(115,10,49); }
td.TdClassName
{
border-color: #730A31;
}
.TagClassName
{
border-color: #730A31;
}
</style>