#412237

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

Shades of Melanzane #412237

Tints of Melanzane #412237

Color information

#412237 (or 0x412237) is unknown color: approx Melanzane. HEX triplet: 41, 22 and 37. RGB value is (65,34,55). Sum of RGB (Red+Green+Blue) = 65+34+55=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412237 is #BEDDC8. Grayscale: #2D2D2D. Windows color (decimal): -12508617 or 3613249. OLE color: 3613249.

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

Color convert

RGB653455-
CMYK00.480.150.75
HSL319.35º31.31%19.41%-
HSV(B)319.35º47.69%25.49%-
XYZ3.442.543.92-
YUV45.66133.27141.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=42.21%
G=22.08%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65345500.480.150.75319.3531.3119.41
Hex412237030F4B13f1f13
Octal1014267060171134773723
Binary10000011000101101110110000111110010111001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412237; }

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

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

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

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

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

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

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

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