Html Css Color HEX #412537 Melanzane

📋 copy color: '#412537'

red 65 ◦ green 37 ◦ blue 55

#412537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #412537

Tints of Melanzane #412537

RGB

 RED value IS 65 (25.78% from 255) = 41.4%

 GREEN value IS 37 (14.84% from 255) = 23.57%

 BLUE value IS 55 (21.88% from 255) = 35.03%

R = 41.4%
G = 23.57%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412537 (or 0x412537) is known color: 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

RGB 65 37 55 -
CMYK 0 0.43 0.15 0.75
HSL 321.43º 0.27% 0.2% -
HSV(B) 321.43º 0.43% 0.25% -
XYZ 3.53 2.72 3.95 -
YUV 47.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 65 37 55 0 0.43 0.15 0.75 321.43 0.27 0.2
Hex 41 25 37 0 2B F 4B 141 1B 14
Octal 101 45 67 0 53 17 113 501 33 24
Binary 1000001 100101 110111 0 101011 1111 1001011 101000001 11011 10100

Color Harmonies of #412537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412537

Black with #412537

Text Example


Text Example

White with #412537

Text Example


Text Example

HTML Codes & Css Web 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>