Shades of Burgundy #730E29
Tints of Burgundy #730E29
RGB
CMYK
RGB Variations
Color information
#730E29 (or 0x730E29) is known color: Burgundy. HEX triplet: 73, 0E and 29. RGB value is (115,14,41). Sum of RGB (Red+Green+Blue) = 115+14+41=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #730E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E29 is #8CF1D6. Grayscale: #2F2F2F. Windows color (decimal): -9236951 or 2690675. OLE color: 2690675.
HSL color Cylindrical-coordinate representation of color #730E29: hue angle of 343.96º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E29 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 41 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.55 |
| HSL | 343.96º | 0.78% | 0.25% | - |
| HSV(B) | 343.96º | 0.88% | 0.45% | - |
| XYZ | 7.63 | 4.12 | 2.49 | - |
| YUV | 47.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 41 | 0 | 0.88 | 0.64 | 0.55 | 343.96 | 0.78 | 0.25 |
| Hex | 73 | E | 29 | 0 | 58 | 40 | 37 | 158 | 4E | 19 |
| Octal | 163 | 16 | 51 | 0 | 130 | 100 | 67 | 530 | 116 | 31 |
| Binary | 1110011 | 1110 | 101001 | 0 | 1011000 | 1000000 | 110111 | 101011000 | 1001110 | 11001 |
Color Harmonies of #730E29
Complementary color
Monochromatic Colors of #730E29
Black with #730E29
Text Example
Text Example
White with #730E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E29; }
p { color: rgb(115,14,41); }
H1.HeaderClassName
{
color: #730E29;
}
.AnyTagClassName
{
color: #730E29;
}
</style>
background-color css
<style>
a { background-color: #730E29; }
a { background-color: rgb(115,14,41); }
div.DivClassName
{
background-color: #730E29;
}
.BgClassName
{
background-color: #730E29;
}
</style>
border-color css
<style>
span { border-color: #730E29; }
span { border-color: rgb(115,14,41); }
td.TdClassName
{
border-color: #730E29;
}
.TagClassName
{
border-color: #730E29;
}
</style>