Shades of Maire #322A05
Tints of Maire #322A05
RGB
CMYK
RGB Variations
Color information
#322A05 (or 0x322A05) is known color: Maire. HEX triplet: 32, 2A and 05. RGB value is (50,42,5). Sum of RGB (Red+Green+Blue) = 50+42+5=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #322A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A05 is #CDD5FA. Grayscale: #282828. Windows color (decimal): -13489659 or 338482. OLE color: 338482.
HSL color Cylindrical-coordinate representation of color #322A05: hue angle of 49.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #322A05 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 5 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.80 |
| HSL | 49.33º | 0.82% | 0.11% | - |
| HSV(B) | 49.33º | 0.9% | 0.2% | - |
| XYZ | 2.17 | 2.34 | 0.48 | - |
| YUV | 40.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 5 | 0 | 0.16 | 0.90 | 0.80 | 49.33 | 0.82 | 0.11 |
| Hex | 32 | 2A | 5 | 0 | 10 | 5A | 50 | 31 | 52 | B |
| Octal | 62 | 52 | 5 | 0 | 20 | 132 | 120 | 61 | 122 | 13 |
| Binary | 110010 | 101010 | 101 | 0 | 10000 | 1011010 | 1010000 | 110001 | 1010010 | 1011 |
Color Harmonies of #322A05
Complementary color
Monochromatic Colors of #322A05
Black with #322A05
Text Example
Text Example
White with #322A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A05; }
p { color: rgb(50,42,5); }
H1.HeaderClassName
{
color: #322A05;
}
.AnyTagClassName
{
color: #322A05;
}
</style>
background-color css
<style>
a { background-color: #322A05; }
a { background-color: rgb(50,42,5); }
div.DivClassName
{
background-color: #322A05;
}
.BgClassName
{
background-color: #322A05;
}
</style>
border-color css
<style>
span { border-color: #322A05; }
span { border-color: rgb(50,42,5); }
td.TdClassName
{
border-color: #322A05;
}
.TagClassName
{
border-color: #322A05;
}
</style>