Shades of Maire #29220E
Tints of Maire #29220E
RGB
CMYK
RGB Variations
Color information
#29220E (or 0x29220E) is known color: Maire. HEX triplet: 29, 22 and 0E. RGB value is (41,34,14). Sum of RGB (Red+Green+Blue) = 41+34+14=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #29220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29220E is #D6DDF1. Grayscale: #212121. Windows color (decimal): -14081522 or 926249. OLE color: 926249.
HSL color Cylindrical-coordinate representation of color #29220E: hue angle of 44.44º 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 #29220E is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 34 | 14 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.84 |
| HSL | 44.44º | 0.49% | 0.11% | - |
| HSV(B) | 44.44º | 0.66% | 0.16% | - |
| XYZ | 1.57 | 1.65 | 0.65 | - |
| YUV | 33.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 14 | 0 | 0.17 | 0.66 | 0.84 | 44.44 | 0.49 | 0.11 |
| Hex | 29 | 22 | E | 0 | 11 | 42 | 54 | 2C | 31 | B |
| Octal | 51 | 42 | 16 | 0 | 21 | 102 | 124 | 54 | 61 | 13 |
| Binary | 101001 | 100010 | 1110 | 0 | 10001 | 1000010 | 1010100 | 101100 | 110001 | 1011 |
Color Harmonies of #29220E
Complementary color
Monochromatic Colors of #29220E
Black with #29220E
Text Example
Text Example
White with #29220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29220E; }
p { color: rgb(41,34,14); }
H1.HeaderClassName
{
color: #29220E;
}
.AnyTagClassName
{
color: #29220E;
}
</style>
background-color css
<style>
a { background-color: #29220E; }
a { background-color: rgb(41,34,14); }
div.DivClassName
{
background-color: #29220E;
}
.BgClassName
{
background-color: #29220E;
}
</style>
border-color css
<style>
span { border-color: #29220E; }
span { border-color: rgb(41,34,14); }
td.TdClassName
{
border-color: #29220E;
}
.TagClassName
{
border-color: #29220E;
}
</style>