Shades of Burgundy #740729
Tints of Burgundy #740729
RGB
CMYK
RGB Variations
Color information
#740729 (or 0x740729) is known color: Burgundy. HEX triplet: 74, 07 and 29. RGB value is (116,7,41). Sum of RGB (Red+Green+Blue) = 116+7+41=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #740729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740729 is #8BF8D6. Grayscale: #2B2B2B. Windows color (decimal): -9173207 or 2688884. OLE color: 2688884.
HSL color Cylindrical-coordinate representation of color #740729: hue angle of 341.28º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740729 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 41 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.55 |
| HSL | 341.28º | 0.89% | 0.24% | - |
| HSV(B) | 341.28º | 0.94% | 0.45% | - |
| XYZ | 7.68 | 4.03 | 2.47 | - |
| YUV | 43.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 41 | 0 | 0.94 | 0.65 | 0.55 | 341.28 | 0.89 | 0.24 |
| Hex | 74 | 7 | 29 | 0 | 5E | 41 | 37 | 155 | 59 | 18 |
| Octal | 164 | 7 | 51 | 0 | 136 | 101 | 67 | 525 | 131 | 30 |
| Binary | 1110100 | 111 | 101001 | 0 | 1011110 | 1000001 | 110111 | 101010101 | 1011001 | 11000 |
Color Harmonies of #740729
Complementary color
Monochromatic Colors of #740729
Black with #740729
Text Example
Text Example
White with #740729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740729; }
p { color: rgb(116,7,41); }
H1.HeaderClassName
{
color: #740729;
}
.AnyTagClassName
{
color: #740729;
}
</style>
background-color css
<style>
a { background-color: #740729; }
a { background-color: rgb(116,7,41); }
div.DivClassName
{
background-color: #740729;
}
.BgClassName
{
background-color: #740729;
}
</style>
border-color css
<style>
span { border-color: #740729; }
span { border-color: rgb(116,7,41); }
td.TdClassName
{
border-color: #740729;
}
.TagClassName
{
border-color: #740729;
}
</style>