Shades of Burgundy #730A1A
Tints of Burgundy #730A1A
RGB
CMYK
RGB Variations
Color information
#730A1A (or 0x730A1A) is known color: Burgundy. HEX triplet: 73, 0A and 1A. RGB value is (115,10,26). Sum of RGB (Red+Green+Blue) = 115+10+26=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #730A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A1A is #8CF5E5. Grayscale: #2B2B2B. Windows color (decimal): -9237990 or 1706611. OLE color: 1706611.
HSL color Cylindrical-coordinate representation of color #730A1A: hue angle of 350.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 #730A1A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 26 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.55 |
| HSL | 350.86º | 0.84% | 0.25% | - |
| HSV(B) | 350.86º | 0.91% | 0.45% | - |
| XYZ | 7.37 | 3.94 | 1.35 | - |
| YUV | 43.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 26 | 0 | 0.91 | 0.77 | 0.55 | 350.86 | 0.84 | 0.25 |
| Hex | 73 | A | 1A | 0 | 5B | 4D | 37 | 15F | 54 | 19 |
| Octal | 163 | 12 | 32 | 0 | 133 | 115 | 67 | 537 | 124 | 31 |
| Binary | 1110011 | 1010 | 11010 | 0 | 1011011 | 1001101 | 110111 | 101011111 | 1010100 | 11001 |
Color Harmonies of #730A1A
Complementary color
Monochromatic Colors of #730A1A
Black with #730A1A
Text Example
Text Example
White with #730A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A1A; }
p { color: rgb(115,10,26); }
H1.HeaderClassName
{
color: #730A1A;
}
.AnyTagClassName
{
color: #730A1A;
}
</style>
background-color css
<style>
a { background-color: #730A1A; }
a { background-color: rgb(115,10,26); }
div.DivClassName
{
background-color: #730A1A;
}
.BgClassName
{
background-color: #730A1A;
}
</style>
border-color css
<style>
span { border-color: #730A1A; }
span { border-color: rgb(115,10,26); }
td.TdClassName
{
border-color: #730A1A;
}
.TagClassName
{
border-color: #730A1A;
}
</style>