Shades of Burgundy #730B0E
Tints of Burgundy #730B0E
RGB
CMYK
RGB Variations
Color information
#730B0E (or 0x730B0E) is known color: Burgundy. HEX triplet: 73, 0B and 0E. RGB value is (115,11,14). Sum of RGB (Red+Green+Blue) = 115+11+14=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B0E is #8CF4F1. Grayscale: #2A2A2A. Windows color (decimal): -9237746 or 920435. OLE color: 920435.
HSL color Cylindrical-coordinate representation of color #730B0E: hue angle of 358.27º 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 #730B0E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 14 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.55 |
| HSL | 358.27º | 0.83% | 0.25% | - |
| HSV(B) | 358.27º | 0.9% | 0.45% | - |
| XYZ | 7.27 | 3.92 | 0.79 | - |
| YUV | 42.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 14 | 0 | 0.90 | 0.88 | 0.55 | 358.27 | 0.83 | 0.25 |
| Hex | 73 | B | E | 0 | 5A | 58 | 37 | 166 | 53 | 19 |
| Octal | 163 | 13 | 16 | 0 | 132 | 130 | 67 | 546 | 123 | 31 |
| Binary | 1110011 | 1011 | 1110 | 0 | 1011010 | 1011000 | 110111 | 101100110 | 1010011 | 11001 |
Color Harmonies of #730B0E
Complementary color
Monochromatic Colors of #730B0E
Black with #730B0E
Text Example
Text Example
White with #730B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B0E; }
p { color: rgb(115,11,14); }
H1.HeaderClassName
{
color: #730B0E;
}
.AnyTagClassName
{
color: #730B0E;
}
</style>
background-color css
<style>
a { background-color: #730B0E; }
a { background-color: rgb(115,11,14); }
div.DivClassName
{
background-color: #730B0E;
}
.BgClassName
{
background-color: #730B0E;
}
</style>
border-color css
<style>
span { border-color: #730B0E; }
span { border-color: rgb(115,11,14); }
td.TdClassName
{
border-color: #730B0E;
}
.TagClassName
{
border-color: #730B0E;
}
</style>