Shades of Maire #32290D
Tints of Maire #32290D
RGB
CMYK
RGB Variations
Color information
#32290D (or 0x32290D) is known color: Maire. HEX triplet: 32, 29 and 0D. RGB value is (50,41,13). Sum of RGB (Red+Green+Blue) = 50+41+13=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #32290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32290D is #CDD6F2. Grayscale: #282828. Windows color (decimal): -13489907 or 862514. OLE color: 862514.
HSL color Cylindrical-coordinate representation of color #32290D: hue angle of 45.41º 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 #32290D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 13 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.80 |
| HSL | 45.41º | 0.59% | 0.12% | - |
| HSV(B) | 45.41º | 0.74% | 0.2% | - |
| XYZ | 2.18 | 2.29 | 0.71 | - |
| YUV | 40.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 13 | 0 | 0.18 | 0.74 | 0.80 | 45.41 | 0.59 | 0.12 |
| Hex | 32 | 29 | D | 0 | 12 | 4A | 50 | 2D | 3B | C |
| Octal | 62 | 51 | 15 | 0 | 22 | 112 | 120 | 55 | 73 | 14 |
| Binary | 110010 | 101001 | 1101 | 0 | 10010 | 1001010 | 1010000 | 101101 | 111011 | 1100 |
Color Harmonies of #32290D
Complementary color
Monochromatic Colors of #32290D
Black with #32290D
Text Example
Text Example
White with #32290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32290D; }
p { color: rgb(50,41,13); }
H1.HeaderClassName
{
color: #32290D;
}
.AnyTagClassName
{
color: #32290D;
}
</style>
background-color css
<style>
a { background-color: #32290D; }
a { background-color: rgb(50,41,13); }
div.DivClassName
{
background-color: #32290D;
}
.BgClassName
{
background-color: #32290D;
}
</style>
border-color css
<style>
span { border-color: #32290D; }
span { border-color: rgb(50,41,13); }
td.TdClassName
{
border-color: #32290D;
}
.TagClassName
{
border-color: #32290D;
}
</style>