Shades of Maire #29270C
Tints of Maire #29270C
RGB
CMYK
RGB Variations
Color information
#29270C (or 0x29270C) is known color: Maire. HEX triplet: 29, 27 and 0C. RGB value is (41,39,12). Sum of RGB (Red+Green+Blue) = 41+39+12=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29270C is #D6D8F3. Grayscale: #242424. Windows color (decimal): -14080244 or 796457. OLE color: 796457.
HSL color Cylindrical-coordinate representation of color #29270C: hue angle of 55.86º 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 #29270C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 39 | 12 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.84 |
| HSL | 55.86º | 0.55% | 0.1% | - |
| HSV(B) | 55.86º | 0.71% | 0.16% | - |
| XYZ | 1.71 | 1.95 | 0.63 | - |
| YUV | 36.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 12 | 0 | 0.05 | 0.71 | 0.84 | 55.86 | 0.55 | 0.1 |
| Hex | 29 | 27 | C | 0 | 5 | 47 | 54 | 38 | 37 | A |
| Octal | 51 | 47 | 14 | 0 | 5 | 107 | 124 | 70 | 67 | 12 |
| Binary | 101001 | 100111 | 1100 | 0 | 101 | 1000111 | 1010100 | 111000 | 110111 | 1010 |
Color Harmonies of #29270C
Complementary color
Monochromatic Colors of #29270C
Black with #29270C
Text Example
Text Example
White with #29270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29270C; }
p { color: rgb(41,39,12); }
H1.HeaderClassName
{
color: #29270C;
}
.AnyTagClassName
{
color: #29270C;
}
</style>
background-color css
<style>
a { background-color: #29270C; }
a { background-color: rgb(41,39,12); }
div.DivClassName
{
background-color: #29270C;
}
.BgClassName
{
background-color: #29270C;
}
</style>
border-color css
<style>
span { border-color: #29270C; }
span { border-color: rgb(41,39,12); }
td.TdClassName
{
border-color: #29270C;
}
.TagClassName
{
border-color: #29270C;
}
</style>