#412239

Color #412239 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #412239

Tints of Melanzane #412239

Color information

#412239 (or 0x412239) is unknown color: approx Melanzane. HEX triplet: 41, 22 and 39. RGB value is (65,34,57). Sum of RGB (Red+Green+Blue) = 65+34+57=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412239 is #BEDDC6. Grayscale: #2D2D2D. Windows color (decimal): -12508615 or 3744321. OLE color: 3744321.

HSL color Cylindrical-coordinate representation of color #412239: hue angle of 315.48º 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 #412239 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB653457-
CMYK00.480.120.75
HSL315.48º31.31%19.41%-
HSV(B)315.48º47.69%25.49%-
XYZ3.492.564.18-
YUV45.89134.27141.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=41.67%
G=21.79%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65345700.480.120.75315.4831.3119.41
Hex412239030C4B13b1f13
Octal1014271060141134733723
Binary10000011000101110010110000110010010111001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412239; }

 p { color: rgb(65,34,57); }

 H1.HeaderClassName
 {
   color: #412239;
 }
 .AnyTagClassName
 {
   color: #412239;
 }
</style>
background-color css

<style>
 a { background-color: #412239; }

 a { background-color: rgb(65,34,57); }

 div.DivClassName
 {
   background-color: #412239;
 }
 .BgClassName
 {
   background-color: #412239;
 }
</style>
border-color css

<style>
 span { border-color: #412239; }

 span { border-color: rgb(65,34,57); }

 td.TdClassName
 {
   border-color: #412239;
 }
 .TagClassName
 {
   border-color: #412239;
 }
</style>