Shades of Burgundy #730B12
Tints of Burgundy #730B12
RGB
CMYK
RGB Variations
Color information
#730B12 (or 0x730B12) is known color: Burgundy. HEX triplet: 73, 0B and 12. RGB value is (115,11,18). Sum of RGB (Red+Green+Blue) = 115+11+18=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #730B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B12 is #8CF4ED. Grayscale: #2A2A2A. Windows color (decimal): -9237742 or 1182579. OLE color: 1182579.
HSL color Cylindrical-coordinate representation of color #730B12: hue angle of 355.96º 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 #730B12 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 18 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.55 |
| HSL | 355.96º | 0.83% | 0.25% | - |
| HSV(B) | 355.96º | 0.9% | 0.45% | - |
| XYZ | 7.3 | 3.93 | 0.95 | - |
| YUV | 42.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 18 | 0 | 0.90 | 0.84 | 0.55 | 355.96 | 0.83 | 0.25 |
| Hex | 73 | B | 12 | 0 | 5A | 54 | 37 | 164 | 53 | 19 |
| Octal | 163 | 13 | 22 | 0 | 132 | 124 | 67 | 544 | 123 | 31 |
| Binary | 1110011 | 1011 | 10010 | 0 | 1011010 | 1010100 | 110111 | 101100100 | 1010011 | 11001 |
Color Harmonies of #730B12
Complementary color
Monochromatic Colors of #730B12
Black with #730B12
Text Example
Text Example
White with #730B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B12; }
p { color: rgb(115,11,18); }
H1.HeaderClassName
{
color: #730B12;
}
.AnyTagClassName
{
color: #730B12;
}
</style>
background-color css
<style>
a { background-color: #730B12; }
a { background-color: rgb(115,11,18); }
div.DivClassName
{
background-color: #730B12;
}
.BgClassName
{
background-color: #730B12;
}
</style>
border-color css
<style>
span { border-color: #730B12; }
span { border-color: rgb(115,11,18); }
td.TdClassName
{
border-color: #730B12;
}
.TagClassName
{
border-color: #730B12;
}
</style>