Shades of Maire #322A06
Tints of Maire #322A06
RGB
CMYK
RGB Variations
Color information
#322A06 (or 0x322A06) is known color: Maire. HEX triplet: 32, 2A and 06. RGB value is (50,42,6). Sum of RGB (Red+Green+Blue) = 50+42+6=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #322A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A06 is #CDD5F9. Grayscale: #282828. Windows color (decimal): -13489658 or 404018. OLE color: 404018.
HSL color Cylindrical-coordinate representation of color #322A06: hue angle of 49.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #322A06 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 6 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.80 |
| HSL | 49.09º | 0.79% | 0.11% | - |
| HSV(B) | 49.09º | 0.88% | 0.2% | - |
| XYZ | 2.18 | 2.35 | 0.51 | - |
| YUV | 40.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 6 | 0 | 0.16 | 0.88 | 0.80 | 49.09 | 0.79 | 0.11 |
| Hex | 32 | 2A | 6 | 0 | 10 | 58 | 50 | 31 | 4F | B |
| Octal | 62 | 52 | 6 | 0 | 20 | 130 | 120 | 61 | 117 | 13 |
| Binary | 110010 | 101010 | 110 | 0 | 10000 | 1011000 | 1010000 | 110001 | 1001111 | 1011 |
Color Harmonies of #322A06
Complementary color
Monochromatic Colors of #322A06
Black with #322A06
Text Example
Text Example
White with #322A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A06; }
p { color: rgb(50,42,6); }
H1.HeaderClassName
{
color: #322A06;
}
.AnyTagClassName
{
color: #322A06;
}
</style>
background-color css
<style>
a { background-color: #322A06; }
a { background-color: rgb(50,42,6); }
div.DivClassName
{
background-color: #322A06;
}
.BgClassName
{
background-color: #322A06;
}
</style>
border-color css
<style>
span { border-color: #322A06; }
span { border-color: rgb(50,42,6); }
td.TdClassName
{
border-color: #322A06;
}
.TagClassName
{
border-color: #322A06;
}
</style>