Shades of Burgundy #730B2C
Tints of Burgundy #730B2C
RGB
CMYK
RGB Variations
Color information
#730B2C (or 0x730B2C) is known color: Burgundy. HEX triplet: 73, 0B and 2C. RGB value is (115,11,44). Sum of RGB (Red+Green+Blue) = 115+11+44=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #730B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B2C is #8CF4D3. Grayscale: #2D2D2D. Windows color (decimal): -9237716 or 2886515. OLE color: 2886515.
HSL color Cylindrical-coordinate representation of color #730B2C: hue angle of 340.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 #730B2C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 44 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.55 |
| HSL | 340.96º | 0.83% | 0.25% | - |
| HSV(B) | 340.96º | 0.9% | 0.45% | - |
| XYZ | 7.64 | 4.07 | 2.76 | - |
| YUV | 45.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 44 | 0 | 0.90 | 0.62 | 0.55 | 340.96 | 0.83 | 0.25 |
| Hex | 73 | B | 2C | 0 | 5A | 3E | 37 | 155 | 53 | 19 |
| Octal | 163 | 13 | 54 | 0 | 132 | 76 | 67 | 525 | 123 | 31 |
| Binary | 1110011 | 1011 | 101100 | 0 | 1011010 | 111110 | 110111 | 101010101 | 1010011 | 11001 |
Color Harmonies of #730B2C
Complementary color
Monochromatic Colors of #730B2C
Black with #730B2C
Text Example
Text Example
White with #730B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B2C; }
p { color: rgb(115,11,44); }
H1.HeaderClassName
{
color: #730B2C;
}
.AnyTagClassName
{
color: #730B2C;
}
</style>
background-color css
<style>
a { background-color: #730B2C; }
a { background-color: rgb(115,11,44); }
div.DivClassName
{
background-color: #730B2C;
}
.BgClassName
{
background-color: #730B2C;
}
</style>
border-color css
<style>
span { border-color: #730B2C; }
span { border-color: rgb(115,11,44); }
td.TdClassName
{
border-color: #730B2C;
}
.TagClassName
{
border-color: #730B2C;
}
</style>