Shades of Maire #29260C
Tints of Maire #29260C
RGB
CMYK
RGB Variations
Color information
#29260C (or 0x29260C) is known color: Maire. HEX triplet: 29, 26 and 0C. RGB value is (41,38,12). Sum of RGB (Red+Green+Blue) = 41+38+12=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29260C is #D6D9F3. Grayscale: #242424. Windows color (decimal): -14080500 or 796201. OLE color: 796201.
HSL color Cylindrical-coordinate representation of color #29260C: hue angle of 53.79º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29260C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 38 | 12 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.84 |
| HSL | 53.79º | 0.55% | 0.1% | - |
| HSV(B) | 53.79º | 0.71% | 0.16% | - |
| XYZ | 1.67 | 1.88 | 0.62 | - |
| YUV | 35.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 12 | 0 | 0.07 | 0.71 | 0.84 | 53.79 | 0.55 | 0.1 |
| Hex | 29 | 26 | C | 0 | 7 | 47 | 54 | 36 | 37 | A |
| Octal | 51 | 46 | 14 | 0 | 7 | 107 | 124 | 66 | 67 | 12 |
| Binary | 101001 | 100110 | 1100 | 0 | 111 | 1000111 | 1010100 | 110110 | 110111 | 1010 |
Color Harmonies of #29260C
Complementary color
Monochromatic Colors of #29260C
Black with #29260C
Text Example
Text Example
White with #29260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29260C; }
p { color: rgb(41,38,12); }
H1.HeaderClassName
{
color: #29260C;
}
.AnyTagClassName
{
color: #29260C;
}
</style>
background-color css
<style>
a { background-color: #29260C; }
a { background-color: rgb(41,38,12); }
div.DivClassName
{
background-color: #29260C;
}
.BgClassName
{
background-color: #29260C;
}
</style>
border-color css
<style>
span { border-color: #29260C; }
span { border-color: rgb(41,38,12); }
td.TdClassName
{
border-color: #29260C;
}
.TagClassName
{
border-color: #29260C;
}
</style>