Shades of Burgundy #730B2E
Tints of Burgundy #730B2E
RGB
CMYK
RGB Variations
Color information
#730B2E (or 0x730B2E) is known color: Burgundy. HEX triplet: 73, 0B and 2E. RGB value is (115,11,46). Sum of RGB (Red+Green+Blue) = 115+11+46=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B2E is #8CF4D1. Grayscale: #2E2E2E. Windows color (decimal): -9237714 or 3017587. OLE color: 3017587.
HSL color Cylindrical-coordinate representation of color #730B2E: hue angle of 339.81º 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 #730B2E is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 46 | - |
| CMYK | 0 | 0.90 | 0.6 | 0.55 |
| HSL | 339.81º | 0.83% | 0.25% | - |
| HSV(B) | 339.81º | 0.9% | 0.45% | - |
| XYZ | 7.68 | 4.08 | 2.97 | - |
| YUV | 46.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 46 | 0 | 0.90 | 0.6 | 0.55 | 339.81 | 0.83 | 0.25 |
| Hex | 73 | B | 2E | 0 | 5A | 3C | 37 | 154 | 53 | 19 |
| Octal | 163 | 13 | 56 | 0 | 132 | 74 | 67 | 524 | 123 | 31 |
| Binary | 1110011 | 1011 | 101110 | 0 | 1011010 | 111100 | 110111 | 101010100 | 1010011 | 11001 |
Color Harmonies of #730B2E
Complementary color
Monochromatic Colors of #730B2E
Black with #730B2E
Text Example
Text Example
White with #730B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B2E; }
p { color: rgb(115,11,46); }
H1.HeaderClassName
{
color: #730B2E;
}
.AnyTagClassName
{
color: #730B2E;
}
</style>
background-color css
<style>
a { background-color: #730B2E; }
a { background-color: rgb(115,11,46); }
div.DivClassName
{
background-color: #730B2E;
}
.BgClassName
{
background-color: #730B2E;
}
</style>
border-color css
<style>
span { border-color: #730B2E; }
span { border-color: rgb(115,11,46); }
td.TdClassName
{
border-color: #730B2E;
}
.TagClassName
{
border-color: #730B2E;
}
</style>