Shades of Maire #29240E
Tints of Maire #29240E
RGB
CMYK
RGB Variations
Color information
#29240E (or 0x29240E) is known color: Maire. HEX triplet: 29, 24 and 0E. RGB value is (41,36,14). Sum of RGB (Red+Green+Blue) = 41+36+14=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29240E is #D6DBF1. Grayscale: #232323. Windows color (decimal): -14081010 or 926761. OLE color: 926761.
HSL color Cylindrical-coordinate representation of color #29240E: hue angle of 48.89º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29240E is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 36 | 14 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.84 |
| HSL | 48.89º | 0.49% | 0.11% | - |
| HSV(B) | 48.89º | 0.66% | 0.16% | - |
| XYZ | 1.62 | 1.76 | 0.67 | - |
| YUV | 34.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 14 | 0 | 0.12 | 0.66 | 0.84 | 48.89 | 0.49 | 0.11 |
| Hex | 29 | 24 | E | 0 | C | 42 | 54 | 31 | 31 | B |
| Octal | 51 | 44 | 16 | 0 | 14 | 102 | 124 | 61 | 61 | 13 |
| Binary | 101001 | 100100 | 1110 | 0 | 1100 | 1000010 | 1010100 | 110001 | 110001 | 1011 |
Color Harmonies of #29240E
Complementary color
Monochromatic Colors of #29240E
Black with #29240E
Text Example
Text Example
White with #29240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29240E; }
p { color: rgb(41,36,14); }
H1.HeaderClassName
{
color: #29240E;
}
.AnyTagClassName
{
color: #29240E;
}
</style>
background-color css
<style>
a { background-color: #29240E; }
a { background-color: rgb(41,36,14); }
div.DivClassName
{
background-color: #29240E;
}
.BgClassName
{
background-color: #29240E;
}
</style>
border-color css
<style>
span { border-color: #29240E; }
span { border-color: rgb(41,36,14); }
td.TdClassName
{
border-color: #29240E;
}
.TagClassName
{
border-color: #29240E;
}
</style>