Shades of Maire #32290E
Tints of Maire #32290E
RGB
CMYK
RGB Variations
Color information
#32290E (or 0x32290E) is known color: Maire. HEX triplet: 32, 29 and 0E. RGB value is (50,41,14). Sum of RGB (Red+Green+Blue) = 50+41+14=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #32290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32290E is #CDD6F1. Grayscale: #282828. Windows color (decimal): -13489906 or 928050. OLE color: 928050.
HSL color Cylindrical-coordinate representation of color #32290E: hue angle of 45º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32290E is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 14 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.80 |
| HSL | 45º | 0.56% | 0.13% | - |
| HSV(B) | 45º | 0.72% | 0.2% | - |
| XYZ | 2.19 | 2.3 | 0.74 | - |
| YUV | 40.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 14 | 0 | 0.18 | 0.72 | 0.80 | 45 | 0.56 | 0.13 |
| Hex | 32 | 29 | E | 0 | 12 | 48 | 50 | 2D | 38 | D |
| Octal | 62 | 51 | 16 | 0 | 22 | 110 | 120 | 55 | 70 | 15 |
| Binary | 110010 | 101001 | 1110 | 0 | 10010 | 1001000 | 1010000 | 101101 | 111000 | 1101 |
Color Harmonies of #32290E
Complementary color
Monochromatic Colors of #32290E
Black with #32290E
Text Example
Text Example
White with #32290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32290E; }
p { color: rgb(50,41,14); }
H1.HeaderClassName
{
color: #32290E;
}
.AnyTagClassName
{
color: #32290E;
}
</style>
background-color css
<style>
a { background-color: #32290E; }
a { background-color: rgb(50,41,14); }
div.DivClassName
{
background-color: #32290E;
}
.BgClassName
{
background-color: #32290E;
}
</style>
border-color css
<style>
span { border-color: #32290E; }
span { border-color: rgb(50,41,14); }
td.TdClassName
{
border-color: #32290E;
}
.TagClassName
{
border-color: #32290E;
}
</style>