Shades of Burgundy #730D29
Tints of Burgundy #730D29
RGB
CMYK
RGB Variations
Color information
#730D29 (or 0x730D29) is known color: Burgundy. HEX triplet: 73, 0D and 29. RGB value is (115,13,41). Sum of RGB (Red+Green+Blue) = 115+13+41=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #730D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D29 is #8CF2D6. Grayscale: #2E2E2E. Windows color (decimal): -9237207 or 2690419. OLE color: 2690419.
HSL color Cylindrical-coordinate representation of color #730D29: hue angle of 343.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D29 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 41 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.55 |
| HSL | 343.53º | 0.8% | 0.25% | - |
| HSV(B) | 343.53º | 0.89% | 0.45% | - |
| XYZ | 7.61 | 4.09 | 2.49 | - |
| YUV | 46.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 41 | 0 | 0.89 | 0.64 | 0.55 | 343.53 | 0.8 | 0.25 |
| Hex | 73 | D | 29 | 0 | 59 | 40 | 37 | 158 | 50 | 19 |
| Octal | 163 | 15 | 51 | 0 | 131 | 100 | 67 | 530 | 120 | 31 |
| Binary | 1110011 | 1101 | 101001 | 0 | 1011001 | 1000000 | 110111 | 101011000 | 1010000 | 11001 |
Color Harmonies of #730D29
Complementary color
Monochromatic Colors of #730D29
Black with #730D29
Text Example
Text Example
White with #730D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D29; }
p { color: rgb(115,13,41); }
H1.HeaderClassName
{
color: #730D29;
}
.AnyTagClassName
{
color: #730D29;
}
</style>
background-color css
<style>
a { background-color: #730D29; }
a { background-color: rgb(115,13,41); }
div.DivClassName
{
background-color: #730D29;
}
.BgClassName
{
background-color: #730D29;
}
</style>
border-color css
<style>
span { border-color: #730D29; }
span { border-color: rgb(115,13,41); }
td.TdClassName
{
border-color: #730D29;
}
.TagClassName
{
border-color: #730D29;
}
</style>