#412537

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

Shades of Melanzane #412537

Tints of Melanzane #412537

Color information

#412537 (or 0x412537) is unknown color: approx Melanzane. HEX triplet: 41, 25 and 37. RGB value is (65,37,55). Sum of RGB (Red+Green+Blue) = 65+37+55=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412537 is #BEDAC8. Grayscale: #2F2F2F. Windows color (decimal): -12507849 or 3614017. OLE color: 3614017.

HSL color Cylindrical-coordinate representation of color #412537: hue angle of 321.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412537 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB653755-
CMYK00.430.150.75
HSL321.43º27.45%20%-
HSV(B)321.43º43.08%25.49%-
XYZ3.532.723.95-
YUV47.42132.28140.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=41.40%
G=23.57%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65375500.430.150.75321.4327.4520
Hex41253702BF4B1411b14
Octal1014567053171135013324
Binary10000011001011101110101011111110010111010000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412537; }

 p { color: rgb(65,37,55); }

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

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

 a { background-color: rgb(65,37,55); }

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

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

 span { border-color: rgb(65,37,55); }

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