Shades of Maire #29260B
Tints of Maire #29260B
RGB
CMYK
RGB Variations
Color information
#29260B (or 0x29260B) is known color: Maire. HEX triplet: 29, 26 and 0B. RGB value is (41,38,11). Sum of RGB (Red+Green+Blue) = 41+38+11=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29260B is #D6D9F4. Grayscale: #232323. Windows color (decimal): -14080501 or 730665. OLE color: 730665.
HSL color Cylindrical-coordinate representation of color #29260B: hue angle of 54º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29260B is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 38 | 11 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.84 |
| HSL | 54º | 0.58% | 0.1% | - |
| HSV(B) | 54º | 0.73% | 0.16% | - |
| XYZ | 1.67 | 1.88 | 0.59 | - |
| YUV | 35.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 11 | 0 | 0.07 | 0.73 | 0.84 | 54 | 0.58 | 0.1 |
| Hex | 29 | 26 | B | 0 | 7 | 49 | 54 | 36 | 3A | A |
| Octal | 51 | 46 | 13 | 0 | 7 | 111 | 124 | 66 | 72 | 12 |
| Binary | 101001 | 100110 | 1011 | 0 | 111 | 1001001 | 1010100 | 110110 | 111010 | 1010 |
Color Harmonies of #29260B
Complementary color
Monochromatic Colors of #29260B
Black with #29260B
Text Example
Text Example
White with #29260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29260B; }
p { color: rgb(41,38,11); }
H1.HeaderClassName
{
color: #29260B;
}
.AnyTagClassName
{
color: #29260B;
}
</style>
background-color css
<style>
a { background-color: #29260B; }
a { background-color: rgb(41,38,11); }
div.DivClassName
{
background-color: #29260B;
}
.BgClassName
{
background-color: #29260B;
}
</style>
border-color css
<style>
span { border-color: #29260B; }
span { border-color: rgb(41,38,11); }
td.TdClassName
{
border-color: #29260B;
}
.TagClassName
{
border-color: #29260B;
}
</style>