Shades of Maire #29281D
Tints of Maire #29281D
RGB
CMYK
RGB Variations
Color information
#29281D (or 0x29281D) is known color: Maire. HEX triplet: 29, 28 and 1D. RGB value is (41,40,29). Sum of RGB (Red+Green+Blue) = 41+40+29=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #29281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281D is #D6D7E2. Grayscale: #272727. Windows color (decimal): -14079971 or 1910825. OLE color: 1910825.
HSL color Cylindrical-coordinate representation of color #29281D: hue angle of 55º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29281D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 40 | 29 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.84 |
| HSL | 55º | 0.17% | 0.14% | - |
| HSV(B) | 55º | 0.29% | 0.16% | - |
| XYZ | 1.9 | 2.08 | 1.46 | - |
| YUV | 39.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 29 | 0 | 0.02 | 0.29 | 0.84 | 55 | 0.17 | 0.14 |
| Hex | 29 | 28 | 1D | 0 | 2 | 1D | 54 | 37 | 11 | E |
| Octal | 51 | 50 | 35 | 0 | 2 | 35 | 124 | 67 | 21 | 16 |
| Binary | 101001 | 101000 | 11101 | 0 | 10 | 11101 | 1010100 | 110111 | 10001 | 1110 |
Color Harmonies of #29281D
Complementary color
Monochromatic Colors of #29281D
Black with #29281D
Text Example
Text Example
White with #29281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29281D; }
p { color: rgb(41,40,29); }
H1.HeaderClassName
{
color: #29281D;
}
.AnyTagClassName
{
color: #29281D;
}
</style>
background-color css
<style>
a { background-color: #29281D; }
a { background-color: rgb(41,40,29); }
div.DivClassName
{
background-color: #29281D;
}
.BgClassName
{
background-color: #29281D;
}
</style>
border-color css
<style>
span { border-color: #29281D; }
span { border-color: rgb(41,40,29); }
td.TdClassName
{
border-color: #29281D;
}
.TagClassName
{
border-color: #29281D;
}
</style>