Shades of Burgundy #740E29
Tints of Burgundy #740E29
RGB
CMYK
RGB Variations
Color information
#740E29 (or 0x740E29) is known color: Burgundy. HEX triplet: 74, 0E and 29. RGB value is (116,14,41). Sum of RGB (Red+Green+Blue) = 116+14+41=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #740E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E29 is #8BF1D6. Grayscale: #2F2F2F. Windows color (decimal): -9171415 or 2690676. OLE color: 2690676.
HSL color Cylindrical-coordinate representation of color #740E29: hue angle of 344.12º 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 #740E29 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 41 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.55 |
| HSL | 344.12º | 0.78% | 0.25% | - |
| HSV(B) | 344.12º | 0.88% | 0.45% | - |
| XYZ | 7.76 | 4.19 | 2.5 | - |
| YUV | 47.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 41 | 0 | 0.88 | 0.65 | 0.55 | 344.12 | 0.78 | 0.25 |
| Hex | 74 | E | 29 | 0 | 58 | 41 | 37 | 158 | 4E | 19 |
| Octal | 164 | 16 | 51 | 0 | 130 | 101 | 67 | 530 | 116 | 31 |
| Binary | 1110100 | 1110 | 101001 | 0 | 1011000 | 1000001 | 110111 | 101011000 | 1001110 | 11001 |
Color Harmonies of #740E29
Complementary color
Monochromatic Colors of #740E29
Black with #740E29
Text Example
Text Example
White with #740E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E29; }
p { color: rgb(116,14,41); }
H1.HeaderClassName
{
color: #740E29;
}
.AnyTagClassName
{
color: #740E29;
}
</style>
background-color css
<style>
a { background-color: #740E29; }
a { background-color: rgb(116,14,41); }
div.DivClassName
{
background-color: #740E29;
}
.BgClassName
{
background-color: #740E29;
}
</style>
border-color css
<style>
span { border-color: #740E29; }
span { border-color: rgb(116,14,41); }
td.TdClassName
{
border-color: #740E29;
}
.TagClassName
{
border-color: #740E29;
}
</style>