Shades of Maire #322C06
Tints of Maire #322C06
RGB
CMYK
RGB Variations
Color information
#322C06 (or 0x322C06) is known color: Maire. HEX triplet: 32, 2C and 06. RGB value is (50,44,6). Sum of RGB (Red+Green+Blue) = 50+44+6=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #322C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C06 is #CDD3F9. Grayscale: #292929. Windows color (decimal): -13489146 or 404530. OLE color: 404530.
HSL color Cylindrical-coordinate representation of color #322C06: hue angle of 51.82º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #322C06 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 6 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.80 |
| HSL | 51.82º | 0.79% | 0.11% | - |
| HSV(B) | 51.82º | 0.88% | 0.2% | - |
| XYZ | 2.25 | 2.49 | 0.53 | - |
| YUV | 41.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 6 | 0 | 0.12 | 0.88 | 0.80 | 51.82 | 0.79 | 0.11 |
| Hex | 32 | 2C | 6 | 0 | C | 58 | 50 | 34 | 4F | B |
| Octal | 62 | 54 | 6 | 0 | 14 | 130 | 120 | 64 | 117 | 13 |
| Binary | 110010 | 101100 | 110 | 0 | 1100 | 1011000 | 1010000 | 110100 | 1001111 | 1011 |
Color Harmonies of #322C06
Complementary color
Monochromatic Colors of #322C06
Black with #322C06
Text Example
Text Example
White with #322C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C06; }
p { color: rgb(50,44,6); }
H1.HeaderClassName
{
color: #322C06;
}
.AnyTagClassName
{
color: #322C06;
}
</style>
background-color css
<style>
a { background-color: #322C06; }
a { background-color: rgb(50,44,6); }
div.DivClassName
{
background-color: #322C06;
}
.BgClassName
{
background-color: #322C06;
}
</style>
border-color css
<style>
span { border-color: #322C06; }
span { border-color: rgb(50,44,6); }
td.TdClassName
{
border-color: #322C06;
}
.TagClassName
{
border-color: #322C06;
}
</style>