Shades of Burgundy #730A30
Tints of Burgundy #730A30
RGB
CMYK
RGB Variations
Color information
#730A30 (or 0x730A30) is known color: Burgundy. HEX triplet: 73, 0A and 30. RGB value is (115,10,48). Sum of RGB (Red+Green+Blue) = 115+10+48=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A30 is #8CF5CF. Grayscale: #2D2D2D. Windows color (decimal): -9237968 or 3148403. OLE color: 3148403.
HSL color Cylindrical-coordinate representation of color #730A30: hue angle of 338.29º 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 #730A30 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 48 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.55 |
| HSL | 338.29º | 0.84% | 0.25% | - |
| HSV(B) | 338.29º | 0.91% | 0.45% | - |
| XYZ | 7.71 | 4.08 | 3.18 | - |
| YUV | 45.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 48 | 0 | 0.91 | 0.58 | 0.55 | 338.29 | 0.84 | 0.25 |
| Hex | 73 | A | 30 | 0 | 5B | 3A | 37 | 152 | 54 | 19 |
| Octal | 163 | 12 | 60 | 0 | 133 | 72 | 67 | 522 | 124 | 31 |
| Binary | 1110011 | 1010 | 110000 | 0 | 1011011 | 111010 | 110111 | 101010010 | 1010100 | 11001 |
Color Harmonies of #730A30
Complementary color
Monochromatic Colors of #730A30
Black with #730A30
Text Example
Text Example
White with #730A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A30; }
p { color: rgb(115,10,48); }
H1.HeaderClassName
{
color: #730A30;
}
.AnyTagClassName
{
color: #730A30;
}
</style>
background-color css
<style>
a { background-color: #730A30; }
a { background-color: rgb(115,10,48); }
div.DivClassName
{
background-color: #730A30;
}
.BgClassName
{
background-color: #730A30;
}
</style>
border-color css
<style>
span { border-color: #730A30; }
span { border-color: rgb(115,10,48); }
td.TdClassName
{
border-color: #730A30;
}
.TagClassName
{
border-color: #730A30;
}
</style>