Shades of Burgundy #730B0D
Tints of Burgundy #730B0D
RGB
CMYK
RGB Variations
Color information
#730B0D (or 0x730B0D) is known color: Burgundy. HEX triplet: 73, 0B and 0D. RGB value is (115,11,13). Sum of RGB (Red+Green+Blue) = 115+11+13=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B0D is #8CF4F2. Grayscale: #2A2A2A. Windows color (decimal): -9237747 or 854899. OLE color: 854899.
HSL color Cylindrical-coordinate representation of color #730B0D: hue angle of 358.85º 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 #730B0D is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 13 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.55 |
| HSL | 358.85º | 0.83% | 0.25% | - |
| HSV(B) | 358.85º | 0.9% | 0.45% | - |
| XYZ | 7.26 | 3.91 | 0.75 | - |
| YUV | 42.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 13 | 0 | 0.90 | 0.89 | 0.55 | 358.85 | 0.83 | 0.25 |
| Hex | 73 | B | D | 0 | 5A | 59 | 37 | 167 | 53 | 19 |
| Octal | 163 | 13 | 15 | 0 | 132 | 131 | 67 | 547 | 123 | 31 |
| Binary | 1110011 | 1011 | 1101 | 0 | 1011010 | 1011001 | 110111 | 101100111 | 1010011 | 11001 |
Color Harmonies of #730B0D
Complementary color
Monochromatic Colors of #730B0D
Black with #730B0D
Text Example
Text Example
White with #730B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B0D; }
p { color: rgb(115,11,13); }
H1.HeaderClassName
{
color: #730B0D;
}
.AnyTagClassName
{
color: #730B0D;
}
</style>
background-color css
<style>
a { background-color: #730B0D; }
a { background-color: rgb(115,11,13); }
div.DivClassName
{
background-color: #730B0D;
}
.BgClassName
{
background-color: #730B0D;
}
</style>
border-color css
<style>
span { border-color: #730B0D; }
span { border-color: rgb(115,11,13); }
td.TdClassName
{
border-color: #730B0D;
}
.TagClassName
{
border-color: #730B0D;
}
</style>