Shades of Burgundy #730A10
Tints of Burgundy #730A10
RGB
CMYK
RGB Variations
Color information
#730A10 (or 0x730A10) is known color: Burgundy. HEX triplet: 73, 0A and 10. RGB value is (115,10,16). Sum of RGB (Red+Green+Blue) = 115+10+16=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A10 is #8CF5EF. Grayscale: #2A2A2A. Windows color (decimal): -9238000 or 1051251. OLE color: 1051251.
HSL color Cylindrical-coordinate representation of color #730A10: hue angle of 356.57º 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 #730A10 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 16 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.55 |
| HSL | 356.57º | 0.84% | 0.25% | - |
| HSV(B) | 356.57º | 0.91% | 0.45% | - |
| XYZ | 7.27 | 3.9 | 0.86 | - |
| YUV | 42.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 16 | 0 | 0.91 | 0.86 | 0.55 | 356.57 | 0.84 | 0.25 |
| Hex | 73 | A | 10 | 0 | 5B | 56 | 37 | 165 | 54 | 19 |
| Octal | 163 | 12 | 20 | 0 | 133 | 126 | 67 | 545 | 124 | 31 |
| Binary | 1110011 | 1010 | 10000 | 0 | 1011011 | 1010110 | 110111 | 101100101 | 1010100 | 11001 |
Color Harmonies of #730A10
Complementary color
Monochromatic Colors of #730A10
Black with #730A10
Text Example
Text Example
White with #730A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A10; }
p { color: rgb(115,10,16); }
H1.HeaderClassName
{
color: #730A10;
}
.AnyTagClassName
{
color: #730A10;
}
</style>
background-color css
<style>
a { background-color: #730A10; }
a { background-color: rgb(115,10,16); }
div.DivClassName
{
background-color: #730A10;
}
.BgClassName
{
background-color: #730A10;
}
</style>
border-color css
<style>
span { border-color: #730A10; }
span { border-color: rgb(115,10,16); }
td.TdClassName
{
border-color: #730A10;
}
.TagClassName
{
border-color: #730A10;
}
</style>