Shades of Maire #322C11
Tints of Maire #322C11
RGB
CMYK
RGB Variations
Color information
#322C11 (or 0x322C11) is known color: Maire. HEX triplet: 32, 2C and 11. RGB value is (50,44,17). Sum of RGB (Red+Green+Blue) = 50+44+17=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C11 is #CDD3EE. Grayscale: #2A2A2A. Windows color (decimal): -13489135 or 1125426. OLE color: 1125426.
HSL color Cylindrical-coordinate representation of color #322C11: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322C11 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 17 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.80 |
| HSL | 49.09º | 0.49% | 0.13% | - |
| HSV(B) | 49.09º | 0.66% | 0.2% | - |
| XYZ | 2.32 | 2.52 | 0.89 | - |
| YUV | 42.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 17 | 0 | 0.12 | 0.66 | 0.80 | 49.09 | 0.49 | 0.13 |
| Hex | 32 | 2C | 11 | 0 | C | 42 | 50 | 31 | 31 | D |
| Octal | 62 | 54 | 21 | 0 | 14 | 102 | 120 | 61 | 61 | 15 |
| Binary | 110010 | 101100 | 10001 | 0 | 1100 | 1000010 | 1010000 | 110001 | 110001 | 1101 |
Color Harmonies of #322C11
Complementary color
Monochromatic Colors of #322C11
Black with #322C11
Text Example
Text Example
White with #322C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C11; }
p { color: rgb(50,44,17); }
H1.HeaderClassName
{
color: #322C11;
}
.AnyTagClassName
{
color: #322C11;
}
</style>
background-color css
<style>
a { background-color: #322C11; }
a { background-color: rgb(50,44,17); }
div.DivClassName
{
background-color: #322C11;
}
.BgClassName
{
background-color: #322C11;
}
</style>
border-color css
<style>
span { border-color: #322C11; }
span { border-color: rgb(50,44,17); }
td.TdClassName
{
border-color: #322C11;
}
.TagClassName
{
border-color: #322C11;
}
</style>