Shades of Maire #322902
Tints of Maire #322902
RGB
CMYK
RGB Variations
Color information
#322902 (or 0x322902) is known color: Maire. HEX triplet: 32, 29 and 02. RGB value is (50,41,2). Sum of RGB (Red+Green+Blue) = 50+41+2=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #322902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322902 is #CDD6FD. Grayscale: #272727. Windows color (decimal): -13489918 or 141618. OLE color: 141618.
HSL color Cylindrical-coordinate representation of color #322902: hue angle of 48.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #322902 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 2 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.80 |
| HSL | 48.75º | 0.92% | 0.1% | - |
| HSV(B) | 48.75º | 0.96% | 0.2% | - |
| XYZ | 2.12 | 2.27 | 0.38 | - |
| YUV | 39.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 2 | 0 | 0.18 | 0.96 | 0.80 | 48.75 | 0.92 | 0.1 |
| Hex | 32 | 29 | 2 | 0 | 12 | 60 | 50 | 31 | 5C | A |
| Octal | 62 | 51 | 2 | 0 | 22 | 140 | 120 | 61 | 134 | 12 |
| Binary | 110010 | 101001 | 10 | 0 | 10010 | 1100000 | 1010000 | 110001 | 1011100 | 1010 |
Color Harmonies of #322902
Complementary color
Monochromatic Colors of #322902
Black with #322902
Text Example
Text Example
White with #322902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322902; }
p { color: rgb(50,41,2); }
H1.HeaderClassName
{
color: #322902;
}
.AnyTagClassName
{
color: #322902;
}
</style>
background-color css
<style>
a { background-color: #322902; }
a { background-color: rgb(50,41,2); }
div.DivClassName
{
background-color: #322902;
}
.BgClassName
{
background-color: #322902;
}
</style>
border-color css
<style>
span { border-color: #322902; }
span { border-color: rgb(50,41,2); }
td.TdClassName
{
border-color: #322902;
}
.TagClassName
{
border-color: #322902;
}
</style>