Shades of Maire #322A0F
Tints of Maire #322A0F
RGB
CMYK
RGB Variations
Color information
#322A0F (or 0x322A0F) is known color: Maire. HEX triplet: 32, 2A and 0F. RGB value is (50,42,15). Sum of RGB (Red+Green+Blue) = 50+42+15=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #322A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A0F is #CDD5F0. Grayscale: #292929. Windows color (decimal): -13489649 or 993842. OLE color: 993842.
HSL color Cylindrical-coordinate representation of color #322A0F: hue angle of 46.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322A0F is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 15 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.80 |
| HSL | 46.29º | 0.54% | 0.13% | - |
| HSV(B) | 46.29º | 0.7% | 0.2% | - |
| XYZ | 2.23 | 2.37 | 0.79 | - |
| YUV | 41.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 15 | 0 | 0.16 | 0.70 | 0.80 | 46.29 | 0.54 | 0.13 |
| Hex | 32 | 2A | F | 0 | 10 | 46 | 50 | 2E | 36 | D |
| Octal | 62 | 52 | 17 | 0 | 20 | 106 | 120 | 56 | 66 | 15 |
| Binary | 110010 | 101010 | 1111 | 0 | 10000 | 1000110 | 1010000 | 101110 | 110110 | 1101 |
Color Harmonies of #322A0F
Complementary color
Monochromatic Colors of #322A0F
Black with #322A0F
Text Example
Text Example
White with #322A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A0F; }
p { color: rgb(50,42,15); }
H1.HeaderClassName
{
color: #322A0F;
}
.AnyTagClassName
{
color: #322A0F;
}
</style>
background-color css
<style>
a { background-color: #322A0F; }
a { background-color: rgb(50,42,15); }
div.DivClassName
{
background-color: #322A0F;
}
.BgClassName
{
background-color: #322A0F;
}
</style>
border-color css
<style>
span { border-color: #322A0F; }
span { border-color: rgb(50,42,15); }
td.TdClassName
{
border-color: #322A0F;
}
.TagClassName
{
border-color: #322A0F;
}
</style>