Shades of Burgundy #730B13
Tints of Burgundy #730B13
RGB
CMYK
RGB Variations
Color information
#730B13 (or 0x730B13) is known color: Burgundy. HEX triplet: 73, 0B and 13. RGB value is (115,11,19). Sum of RGB (Red+Green+Blue) = 115+11+19=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #730B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B13 is #8CF4EC. Grayscale: #2B2B2B. Windows color (decimal): -9237741 or 1248115. OLE color: 1248115.
HSL color Cylindrical-coordinate representation of color #730B13: hue angle of 355.38º 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 #730B13 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 19 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.55 |
| HSL | 355.38º | 0.83% | 0.25% | - |
| HSV(B) | 355.38º | 0.9% | 0.45% | - |
| XYZ | 7.31 | 3.93 | 0.99 | - |
| YUV | 43.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 19 | 0 | 0.90 | 0.83 | 0.55 | 355.38 | 0.83 | 0.25 |
| Hex | 73 | B | 13 | 0 | 5A | 53 | 37 | 163 | 53 | 19 |
| Octal | 163 | 13 | 23 | 0 | 132 | 123 | 67 | 543 | 123 | 31 |
| Binary | 1110011 | 1011 | 10011 | 0 | 1011010 | 1010011 | 110111 | 101100011 | 1010011 | 11001 |
Color Harmonies of #730B13
Complementary color
Monochromatic Colors of #730B13
Black with #730B13
Text Example
Text Example
White with #730B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B13; }
p { color: rgb(115,11,19); }
H1.HeaderClassName
{
color: #730B13;
}
.AnyTagClassName
{
color: #730B13;
}
</style>
background-color css
<style>
a { background-color: #730B13; }
a { background-color: rgb(115,11,19); }
div.DivClassName
{
background-color: #730B13;
}
.BgClassName
{
background-color: #730B13;
}
</style>
border-color css
<style>
span { border-color: #730B13; }
span { border-color: rgb(115,11,19); }
td.TdClassName
{
border-color: #730B13;
}
.TagClassName
{
border-color: #730B13;
}
</style>