Shades of Maire #29281A
Tints of Maire #29281A
RGB
CMYK
RGB Variations
Color information
#29281A (or 0x29281A) is known color: Maire. HEX triplet: 29, 28 and 1A. RGB value is (41,40,26). Sum of RGB (Red+Green+Blue) = 41+40+26=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #29281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281A is #D6D7E5. Grayscale: #262626. Windows color (decimal): -14079974 or 1714217. OLE color: 1714217.
HSL color Cylindrical-coordinate representation of color #29281A: hue angle of 56º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #29281A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 40 | 26 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.84 |
| HSL | 56º | 0.22% | 0.13% | - |
| HSV(B) | 56º | 0.37% | 0.16% | - |
| XYZ | 1.86 | 2.06 | 1.28 | - |
| YUV | 38.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 26 | 0 | 0.02 | 0.37 | 0.84 | 56 | 0.22 | 0.13 |
| Hex | 29 | 28 | 1A | 0 | 2 | 25 | 54 | 38 | 16 | D |
| Octal | 51 | 50 | 32 | 0 | 2 | 45 | 124 | 70 | 26 | 15 |
| Binary | 101001 | 101000 | 11010 | 0 | 10 | 100101 | 1010100 | 111000 | 10110 | 1101 |
Color Harmonies of #29281A
Complementary color
Monochromatic Colors of #29281A
Black with #29281A
Text Example
Text Example
White with #29281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29281A; }
p { color: rgb(41,40,26); }
H1.HeaderClassName
{
color: #29281A;
}
.AnyTagClassName
{
color: #29281A;
}
</style>
background-color css
<style>
a { background-color: #29281A; }
a { background-color: rgb(41,40,26); }
div.DivClassName
{
background-color: #29281A;
}
.BgClassName
{
background-color: #29281A;
}
</style>
border-color css
<style>
span { border-color: #29281A; }
span { border-color: rgb(41,40,26); }
td.TdClassName
{
border-color: #29281A;
}
.TagClassName
{
border-color: #29281A;
}
</style>