#412037

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

Shades of Melanzane #412037

Tints of Melanzane #412037

Color information

#412037 (or 0x412037) is unknown color: approx 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

RGB653255-
CMYK00.510.150.75
HSL318.18º34.02%19.02%-
HSV(B)318.18º50.77%25.49%-
XYZ3.392.433.91-
YUV44.49133.93142.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 55 (21.88% from 255) = 36.18%
R=42.76%
G=21.05%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65325500.510.150.75318.1834.0219.02
Hex412037033F4B13e2213
Octal1014067063171134764223
Binary100000110000011011101100111111100101110011111010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>