Shades of Maire #29271C
Tints of Maire #29271C
RGB
CMYK
RGB Variations
Color information
#29271C (or 0x29271C) is known color: Maire. HEX triplet: 29, 27 and 1C. RGB value is (41,39,28). Sum of RGB (Red+Green+Blue) = 41+39+28=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #29271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29271C is #D6D8E3. Grayscale: #262626. Windows color (decimal): -14080228 or 1845033. OLE color: 1845033.
HSL color Cylindrical-coordinate representation of color #29271C: hue angle of 50.77º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #29271C is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 39 | 28 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.84 |
| HSL | 50.77º | 0.19% | 0.14% | - |
| HSV(B) | 50.77º | 0.32% | 0.16% | - |
| XYZ | 1.85 | 2.01 | 1.39 | - |
| YUV | 38.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 28 | 0 | 0.05 | 0.32 | 0.84 | 50.77 | 0.19 | 0.14 |
| Hex | 29 | 27 | 1C | 0 | 5 | 20 | 54 | 33 | 13 | E |
| Octal | 51 | 47 | 34 | 0 | 5 | 40 | 124 | 63 | 23 | 16 |
| Binary | 101001 | 100111 | 11100 | 0 | 101 | 100000 | 1010100 | 110011 | 10011 | 1110 |
Color Harmonies of #29271C
Complementary color
Monochromatic Colors of #29271C
Black with #29271C
Text Example
Text Example
White with #29271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29271C; }
p { color: rgb(41,39,28); }
H1.HeaderClassName
{
color: #29271C;
}
.AnyTagClassName
{
color: #29271C;
}
</style>
background-color css
<style>
a { background-color: #29271C; }
a { background-color: rgb(41,39,28); }
div.DivClassName
{
background-color: #29271C;
}
.BgClassName
{
background-color: #29271C;
}
</style>
border-color css
<style>
span { border-color: #29271C; }
span { border-color: rgb(41,39,28); }
td.TdClassName
{
border-color: #29271C;
}
.TagClassName
{
border-color: #29271C;
}
</style>