Shades of Maire #292204
Tints of Maire #292204
RGB
CMYK
RGB Variations
Color information
#292204 (or 0x292204) is known color: Maire. HEX triplet: 29, 22 and 04. RGB value is (41,34,4). Sum of RGB (Red+Green+Blue) = 41+34+4=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #292204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292204 is #D6DDFB. Grayscale: #202020. Windows color (decimal): -14081532 or 270889. OLE color: 270889.
HSL color Cylindrical-coordinate representation of color #292204: hue angle of 48.65º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #292204 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 34 | 4 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.84 |
| HSL | 48.65º | 0.82% | 0.09% | - |
| HSV(B) | 48.65º | 0.9% | 0.16% | - |
| XYZ | 1.51 | 1.62 | 0.35 | - |
| YUV | 32.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 4 | 0 | 0.17 | 0.90 | 0.84 | 48.65 | 0.82 | 0.09 |
| Hex | 29 | 22 | 4 | 0 | 11 | 5A | 54 | 31 | 52 | 9 |
| Octal | 51 | 42 | 4 | 0 | 21 | 132 | 124 | 61 | 122 | 11 |
| Binary | 101001 | 100010 | 100 | 0 | 10001 | 1011010 | 1010100 | 110001 | 1010010 | 1001 |
Color Harmonies of #292204
Complementary color
Monochromatic Colors of #292204
Black with #292204
Text Example
Text Example
White with #292204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292204; }
p { color: rgb(41,34,4); }
H1.HeaderClassName
{
color: #292204;
}
.AnyTagClassName
{
color: #292204;
}
</style>
background-color css
<style>
a { background-color: #292204; }
a { background-color: rgb(41,34,4); }
div.DivClassName
{
background-color: #292204;
}
.BgClassName
{
background-color: #292204;
}
</style>
border-color css
<style>
span { border-color: #292204; }
span { border-color: rgb(41,34,4); }
td.TdClassName
{
border-color: #292204;
}
.TagClassName
{
border-color: #292204;
}
</style>