Shades of Maire #322C0C
Tints of Maire #322C0C
RGB
CMYK
RGB Variations
Color information
#322C0C (or 0x322C0C) is known color: Maire. HEX triplet: 32, 2C and 0C. RGB value is (50,44,12). Sum of RGB (Red+Green+Blue) = 50+44+12=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C0C is #CDD3F3. Grayscale: #2A2A2A. Windows color (decimal): -13489140 or 797746. OLE color: 797746.
HSL color Cylindrical-coordinate representation of color #322C0C: hue angle of 50.53º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322C0C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 12 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.80 |
| HSL | 50.53º | 0.61% | 0.12% | - |
| HSV(B) | 50.53º | 0.76% | 0.2% | - |
| XYZ | 2.28 | 2.51 | 0.71 | - |
| YUV | 42.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 12 | 0 | 0.12 | 0.76 | 0.80 | 50.53 | 0.61 | 0.12 |
| Hex | 32 | 2C | C | 0 | C | 4C | 50 | 33 | 3D | C |
| Octal | 62 | 54 | 14 | 0 | 14 | 114 | 120 | 63 | 75 | 14 |
| Binary | 110010 | 101100 | 1100 | 0 | 1100 | 1001100 | 1010000 | 110011 | 111101 | 1100 |
Color Harmonies of #322C0C
Complementary color
Monochromatic Colors of #322C0C
Black with #322C0C
Text Example
Text Example
White with #322C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C0C; }
p { color: rgb(50,44,12); }
H1.HeaderClassName
{
color: #322C0C;
}
.AnyTagClassName
{
color: #322C0C;
}
</style>
background-color css
<style>
a { background-color: #322C0C; }
a { background-color: rgb(50,44,12); }
div.DivClassName
{
background-color: #322C0C;
}
.BgClassName
{
background-color: #322C0C;
}
</style>
border-color css
<style>
span { border-color: #322C0C; }
span { border-color: rgb(50,44,12); }
td.TdClassName
{
border-color: #322C0C;
}
.TagClassName
{
border-color: #322C0C;
}
</style>