Shades of Maire #29281B
Tints of Maire #29281B
RGB
CMYK
RGB Variations
Color information
#29281B (or 0x29281B) is known color: Maire. HEX triplet: 29, 28 and 1B. RGB value is (41,40,27). Sum of RGB (Red+Green+Blue) = 41+40+27=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #29281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281B is #D6D7E4. Grayscale: #262626. Windows color (decimal): -14079973 or 1779753. OLE color: 1779753.
HSL color Cylindrical-coordinate representation of color #29281B: hue angle of 55.71º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29281B is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 40 | 27 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.84 |
| HSL | 55.71º | 0.21% | 0.13% | - |
| HSV(B) | 55.71º | 0.34% | 0.16% | - |
| XYZ | 1.87 | 2.07 | 1.34 | - |
| YUV | 38.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 27 | 0 | 0.02 | 0.34 | 0.84 | 55.71 | 0.21 | 0.13 |
| Hex | 29 | 28 | 1B | 0 | 2 | 22 | 54 | 38 | 15 | D |
| Octal | 51 | 50 | 33 | 0 | 2 | 42 | 124 | 70 | 25 | 15 |
| Binary | 101001 | 101000 | 11011 | 0 | 10 | 100010 | 1010100 | 111000 | 10101 | 1101 |
Color Harmonies of #29281B
Complementary color
Monochromatic Colors of #29281B
Black with #29281B
Text Example
Text Example
White with #29281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29281B; }
p { color: rgb(41,40,27); }
H1.HeaderClassName
{
color: #29281B;
}
.AnyTagClassName
{
color: #29281B;
}
</style>
background-color css
<style>
a { background-color: #29281B; }
a { background-color: rgb(41,40,27); }
div.DivClassName
{
background-color: #29281B;
}
.BgClassName
{
background-color: #29281B;
}
</style>
border-color css
<style>
span { border-color: #29281B; }
span { border-color: rgb(41,40,27); }
td.TdClassName
{
border-color: #29281B;
}
.TagClassName
{
border-color: #29281B;
}
</style>