Shades of Maire #29250F
Tints of Maire #29250F
RGB
CMYK
RGB Variations
Color information
#29250F (or 0x29250F) is known color: Maire. HEX triplet: 29, 25 and 0F. RGB value is (41,37,15). Sum of RGB (Red+Green+Blue) = 41+37+15=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #29250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29250F is #D6DAF0. Grayscale: #232323. Windows color (decimal): -14080753 or 992553. OLE color: 992553.
HSL color Cylindrical-coordinate representation of color #29250F: hue angle of 50.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29250F is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 37 | 15 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.84 |
| HSL | 50.77º | 0.46% | 0.11% | - |
| HSV(B) | 50.77º | 0.63% | 0.16% | - |
| XYZ | 1.66 | 1.83 | 0.72 | - |
| YUV | 35.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 15 | 0 | 0.10 | 0.63 | 0.84 | 50.77 | 0.46 | 0.11 |
| Hex | 29 | 25 | F | 0 | A | 3F | 54 | 33 | 2E | B |
| Octal | 51 | 45 | 17 | 0 | 12 | 77 | 124 | 63 | 56 | 13 |
| Binary | 101001 | 100101 | 1111 | 0 | 1010 | 111111 | 1010100 | 110011 | 101110 | 1011 |
Color Harmonies of #29250F
Complementary color
Monochromatic Colors of #29250F
Black with #29250F
Text Example
Text Example
White with #29250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29250F; }
p { color: rgb(41,37,15); }
H1.HeaderClassName
{
color: #29250F;
}
.AnyTagClassName
{
color: #29250F;
}
</style>
background-color css
<style>
a { background-color: #29250F; }
a { background-color: rgb(41,37,15); }
div.DivClassName
{
background-color: #29250F;
}
.BgClassName
{
background-color: #29250F;
}
</style>
border-color css
<style>
span { border-color: #29250F; }
span { border-color: rgb(41,37,15); }
td.TdClassName
{
border-color: #29250F;
}
.TagClassName
{
border-color: #29250F;
}
</style>