Shades of Maire #322909
Tints of Maire #322909
RGB
CMYK
RGB Variations
Color information
#322909 (or 0x322909) is known color: Maire. HEX triplet: 32, 29 and 09. RGB value is (50,41,9). Sum of RGB (Red+Green+Blue) = 50+41+9=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #322909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322909 is #CDD6F6. Grayscale: #282828. Windows color (decimal): -13489911 or 600370. OLE color: 600370.
HSL color Cylindrical-coordinate representation of color #322909: hue angle of 46.83º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322909 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 9 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.80 |
| HSL | 46.83º | 0.69% | 0.12% | - |
| HSV(B) | 46.83º | 0.82% | 0.2% | - |
| XYZ | 2.16 | 2.28 | 0.59 | - |
| YUV | 40.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 9 | 0 | 0.18 | 0.82 | 0.80 | 46.83 | 0.69 | 0.12 |
| Hex | 32 | 29 | 9 | 0 | 12 | 52 | 50 | 2F | 45 | C |
| Octal | 62 | 51 | 11 | 0 | 22 | 122 | 120 | 57 | 105 | 14 |
| Binary | 110010 | 101001 | 1001 | 0 | 10010 | 1010010 | 1010000 | 101111 | 1000101 | 1100 |
Color Harmonies of #322909
Complementary color
Monochromatic Colors of #322909
Black with #322909
Text Example
Text Example
White with #322909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322909; }
p { color: rgb(50,41,9); }
H1.HeaderClassName
{
color: #322909;
}
.AnyTagClassName
{
color: #322909;
}
</style>
background-color css
<style>
a { background-color: #322909; }
a { background-color: rgb(50,41,9); }
div.DivClassName
{
background-color: #322909;
}
.BgClassName
{
background-color: #322909;
}
</style>
border-color css
<style>
span { border-color: #322909; }
span { border-color: rgb(50,41,9); }
td.TdClassName
{
border-color: #322909;
}
.TagClassName
{
border-color: #322909;
}
</style>