Shades of Burgundy #730B16
Tints of Burgundy #730B16
RGB
CMYK
RGB Variations
Color information
#730B16 (or 0x730B16) is known color: Burgundy. HEX triplet: 73, 0B and 16. RGB value is (115,11,22). Sum of RGB (Red+Green+Blue) = 115+11+22=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B16 is #8CF4E9. Grayscale: #2B2B2B. Windows color (decimal): -9237738 or 1444723. OLE color: 1444723.
HSL color Cylindrical-coordinate representation of color #730B16: hue angle of 353.65º 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 #730B16 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 22 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.55 |
| HSL | 353.65º | 0.83% | 0.25% | - |
| HSV(B) | 353.65º | 0.9% | 0.45% | - |
| XYZ | 7.33 | 3.94 | 1.13 | - |
| YUV | 43.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 22 | 0 | 0.90 | 0.81 | 0.55 | 353.65 | 0.83 | 0.25 |
| Hex | 73 | B | 16 | 0 | 5A | 51 | 37 | 162 | 53 | 19 |
| Octal | 163 | 13 | 26 | 0 | 132 | 121 | 67 | 542 | 123 | 31 |
| Binary | 1110011 | 1011 | 10110 | 0 | 1011010 | 1010001 | 110111 | 101100010 | 1010011 | 11001 |
Color Harmonies of #730B16
Complementary color
Monochromatic Colors of #730B16
Black with #730B16
Text Example
Text Example
White with #730B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B16; }
p { color: rgb(115,11,22); }
H1.HeaderClassName
{
color: #730B16;
}
.AnyTagClassName
{
color: #730B16;
}
</style>
background-color css
<style>
a { background-color: #730B16; }
a { background-color: rgb(115,11,22); }
div.DivClassName
{
background-color: #730B16;
}
.BgClassName
{
background-color: #730B16;
}
</style>
border-color css
<style>
span { border-color: #730B16; }
span { border-color: rgb(115,11,22); }
td.TdClassName
{
border-color: #730B16;
}
.TagClassName
{
border-color: #730B16;
}
</style>