Shades of Maire #322E0D
Tints of Maire #322E0D
RGB
CMYK
RGB Variations
Color information
#322E0D (or 0x322E0D) is known color: Maire. HEX triplet: 32, 2E and 0D. RGB value is (50,46,13). Sum of RGB (Red+Green+Blue) = 50+46+13=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #322E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E0D is #CDD1F2. Grayscale: #2B2B2B. Windows color (decimal): -13488627 or 863794. OLE color: 863794.
HSL color Cylindrical-coordinate representation of color #322E0D: hue angle of 53.51º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322E0D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 13 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.80 |
| HSL | 53.51º | 0.59% | 0.12% | - |
| HSV(B) | 53.51º | 0.74% | 0.2% | - |
| XYZ | 2.37 | 2.66 | 0.77 | - |
| YUV | 43.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 13 | 0 | 0.08 | 0.74 | 0.80 | 53.51 | 0.59 | 0.12 |
| Hex | 32 | 2E | D | 0 | 8 | 4A | 50 | 36 | 3B | C |
| Octal | 62 | 56 | 15 | 0 | 10 | 112 | 120 | 66 | 73 | 14 |
| Binary | 110010 | 101110 | 1101 | 0 | 1000 | 1001010 | 1010000 | 110110 | 111011 | 1100 |
Color Harmonies of #322E0D
Complementary color
Monochromatic Colors of #322E0D
Black with #322E0D
Text Example
Text Example
White with #322E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E0D; }
p { color: rgb(50,46,13); }
H1.HeaderClassName
{
color: #322E0D;
}
.AnyTagClassName
{
color: #322E0D;
}
</style>
background-color css
<style>
a { background-color: #322E0D; }
a { background-color: rgb(50,46,13); }
div.DivClassName
{
background-color: #322E0D;
}
.BgClassName
{
background-color: #322E0D;
}
</style>
border-color css
<style>
span { border-color: #322E0D; }
span { border-color: rgb(50,46,13); }
td.TdClassName
{
border-color: #322E0D;
}
.TagClassName
{
border-color: #322E0D;
}
</style>