Shades of Maire #322D13
Tints of Maire #322D13
RGB
CMYK
RGB Variations
Color information
#322D13 (or 0x322D13) is known color: Maire. HEX triplet: 32, 2D and 13. RGB value is (50,45,19). Sum of RGB (Red+Green+Blue) = 50+45+19=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #322D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D13 is #CDD2EC. Grayscale: #2B2B2B. Windows color (decimal): -13488877 or 1256754. OLE color: 1256754.
HSL color Cylindrical-coordinate representation of color #322D13: hue angle of 50.32º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322D13 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 19 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.80 |
| HSL | 50.32º | 0.45% | 0.14% | - |
| HSV(B) | 50.32º | 0.62% | 0.2% | - |
| XYZ | 2.37 | 2.6 | 0.99 | - |
| YUV | 43.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 19 | 0 | 0.10 | 0.62 | 0.80 | 50.32 | 0.45 | 0.14 |
| Hex | 32 | 2D | 13 | 0 | A | 3E | 50 | 32 | 2D | E |
| Octal | 62 | 55 | 23 | 0 | 12 | 76 | 120 | 62 | 55 | 16 |
| Binary | 110010 | 101101 | 10011 | 0 | 1010 | 111110 | 1010000 | 110010 | 101101 | 1110 |
Color Harmonies of #322D13
Complementary color
Monochromatic Colors of #322D13
Black with #322D13
Text Example
Text Example
White with #322D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D13; }
p { color: rgb(50,45,19); }
H1.HeaderClassName
{
color: #322D13;
}
.AnyTagClassName
{
color: #322D13;
}
</style>
background-color css
<style>
a { background-color: #322D13; }
a { background-color: rgb(50,45,19); }
div.DivClassName
{
background-color: #322D13;
}
.BgClassName
{
background-color: #322D13;
}
</style>
border-color css
<style>
span { border-color: #322D13; }
span { border-color: rgb(50,45,19); }
td.TdClassName
{
border-color: #322D13;
}
.TagClassName
{
border-color: #322D13;
}
</style>