Shades of Burgundy #730B10
Tints of Burgundy #730B10
RGB
CMYK
RGB Variations
Color information
#730B10 (or 0x730B10) is known color: Burgundy. HEX triplet: 73, 0B and 10. RGB value is (115,11,16). Sum of RGB (Red+Green+Blue) = 115+11+16=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B10 is #8CF4EF. Grayscale: #2A2A2A. Windows color (decimal): -9237744 or 1051507. OLE color: 1051507.
HSL color Cylindrical-coordinate representation of color #730B10: hue angle of 357.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B10 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 16 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.55 |
| HSL | 357.12º | 0.83% | 0.25% | - |
| HSV(B) | 357.12º | 0.9% | 0.45% | - |
| XYZ | 7.28 | 3.92 | 0.86 | - |
| YUV | 42.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 16 | 0 | 0.90 | 0.86 | 0.55 | 357.12 | 0.83 | 0.25 |
| Hex | 73 | B | 10 | 0 | 5A | 56 | 37 | 165 | 53 | 19 |
| Octal | 163 | 13 | 20 | 0 | 132 | 126 | 67 | 545 | 123 | 31 |
| Binary | 1110011 | 1011 | 10000 | 0 | 1011010 | 1010110 | 110111 | 101100101 | 1010011 | 11001 |
Color Harmonies of #730B10
Complementary color
Monochromatic Colors of #730B10
Black with #730B10
Text Example
Text Example
White with #730B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B10; }
p { color: rgb(115,11,16); }
H1.HeaderClassName
{
color: #730B10;
}
.AnyTagClassName
{
color: #730B10;
}
</style>
background-color css
<style>
a { background-color: #730B10; }
a { background-color: rgb(115,11,16); }
div.DivClassName
{
background-color: #730B10;
}
.BgClassName
{
background-color: #730B10;
}
</style>
border-color css
<style>
span { border-color: #730B10; }
span { border-color: rgb(115,11,16); }
td.TdClassName
{
border-color: #730B10;
}
.TagClassName
{
border-color: #730B10;
}
</style>