Shades of Melanzane #412037
Tints of Melanzane #412037
RGB
CMYK
RGB Variations
Color information
#412037 (or 0x412037) is known color: Melanzane. HEX triplet: 41, 20 and 37. RGB value is (65,32,55). Sum of RGB (Red+Green+Blue) = 65+32+55=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412037 is #BEDFC8. Grayscale: #2C2C2C. Windows color (decimal): -12509129 or 3612737. OLE color: 3612737.
HSL color Cylindrical-coordinate representation of color #412037: hue angle of 318.18º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412037 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 55 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.75 |
| HSL | 318.18º | 0.34% | 0.19% | - |
| HSV(B) | 318.18º | 0.51% | 0.25% | - |
| XYZ | 3.39 | 2.43 | 3.91 | - |
| YUV | 44.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 55 | 0 | 0.51 | 0.15 | 0.75 | 318.18 | 0.34 | 0.19 |
| Hex | 41 | 20 | 37 | 0 | 33 | F | 4B | 13E | 22 | 13 |
| Octal | 101 | 40 | 67 | 0 | 63 | 17 | 113 | 476 | 42 | 23 |
| Binary | 1000001 | 100000 | 110111 | 0 | 110011 | 1111 | 1001011 | 100111110 | 100010 | 10011 |
Color Harmonies of #412037
Complementary color
Monochromatic Colors of #412037
Black with #412037
Text Example
Text Example
White with #412037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412037; }
p { color: rgb(65,32,55); }
H1.HeaderClassName
{
color: #412037;
}
.AnyTagClassName
{
color: #412037;
}
</style>
background-color css
<style>
a { background-color: #412037; }
a { background-color: rgb(65,32,55); }
div.DivClassName
{
background-color: #412037;
}
.BgClassName
{
background-color: #412037;
}
</style>
border-color css
<style>
span { border-color: #412037; }
span { border-color: rgb(65,32,55); }
td.TdClassName
{
border-color: #412037;
}
.TagClassName
{
border-color: #412037;
}
</style>