Shades of Melanzane #412238
Tints of Melanzane #412238
RGB
CMYK
RGB Variations
Color information
#412238 (or 0x412238) is known color: Melanzane. HEX triplet: 41, 22 and 38. RGB value is (65,34,56). Sum of RGB (Red+Green+Blue) = 65+34+56=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412238 is #BEDDC7. Grayscale: #2D2D2D. Windows color (decimal): -12508616 or 3678785. OLE color: 3678785.
HSL color Cylindrical-coordinate representation of color #412238: hue angle of 317.42º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412238 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 56 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.75 |
| HSL | 317.42º | 0.31% | 0.19% | - |
| HSV(B) | 317.42º | 0.48% | 0.25% | - |
| XYZ | 3.47 | 2.55 | 4.05 | - |
| YUV | 45.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 56 | 0 | 0.48 | 0.14 | 0.75 | 317.42 | 0.31 | 0.19 |
| Hex | 41 | 22 | 38 | 0 | 30 | E | 4B | 13D | 1F | 13 |
| Octal | 101 | 42 | 70 | 0 | 60 | 16 | 113 | 475 | 37 | 23 |
| Binary | 1000001 | 100010 | 111000 | 0 | 110000 | 1110 | 1001011 | 100111101 | 11111 | 10011 |
Color Harmonies of #412238
Complementary color
Monochromatic Colors of #412238
Black with #412238
Text Example
Text Example
White with #412238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412238; }
p { color: rgb(65,34,56); }
H1.HeaderClassName
{
color: #412238;
}
.AnyTagClassName
{
color: #412238;
}
</style>
background-color css
<style>
a { background-color: #412238; }
a { background-color: rgb(65,34,56); }
div.DivClassName
{
background-color: #412238;
}
.BgClassName
{
background-color: #412238;
}
</style>
border-color css
<style>
span { border-color: #412238; }
span { border-color: rgb(65,34,56); }
td.TdClassName
{
border-color: #412238;
}
.TagClassName
{
border-color: #412238;
}
</style>