Shades of Maire #322A0C
Tints of Maire #322A0C
RGB
CMYK
RGB Variations
Color information
#322A0C (or 0x322A0C) is known color: Maire. HEX triplet: 32, 2A and 0C. RGB value is (50,42,12). Sum of RGB (Red+Green+Blue) = 50+42+12=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #322A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A0C is #CDD5F3. Grayscale: #292929. Windows color (decimal): -13489652 or 797234. OLE color: 797234.
HSL color Cylindrical-coordinate representation of color #322A0C: hue angle of 47.37º 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 #322A0C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 12 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.80 |
| HSL | 47.37º | 0.61% | 0.12% | - |
| HSV(B) | 47.37º | 0.76% | 0.2% | - |
| XYZ | 2.21 | 2.36 | 0.69 | - |
| YUV | 40.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 12 | 0 | 0.16 | 0.76 | 0.80 | 47.37 | 0.61 | 0.12 |
| Hex | 32 | 2A | C | 0 | 10 | 4C | 50 | 2F | 3D | C |
| Octal | 62 | 52 | 14 | 0 | 20 | 114 | 120 | 57 | 75 | 14 |
| Binary | 110010 | 101010 | 1100 | 0 | 10000 | 1001100 | 1010000 | 101111 | 111101 | 1100 |
Color Harmonies of #322A0C
Complementary color
Monochromatic Colors of #322A0C
Black with #322A0C
Text Example
Text Example
White with #322A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A0C; }
p { color: rgb(50,42,12); }
H1.HeaderClassName
{
color: #322A0C;
}
.AnyTagClassName
{
color: #322A0C;
}
</style>
background-color css
<style>
a { background-color: #322A0C; }
a { background-color: rgb(50,42,12); }
div.DivClassName
{
background-color: #322A0C;
}
.BgClassName
{
background-color: #322A0C;
}
</style>
border-color css
<style>
span { border-color: #322A0C; }
span { border-color: rgb(50,42,12); }
td.TdClassName
{
border-color: #322A0C;
}
.TagClassName
{
border-color: #322A0C;
}
</style>