Html Css Color HEX #402637 Melanzane

📋 copy color: '#402637'

red 64 ◦ green 38 ◦ blue 55

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

Shades of Melanzane #402637

Tints of Melanzane #402637

RGB

 RED value IS 64 (25.39% from 255) = 40.76%

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 40.76%
G = 24.2%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#402637 (or 0x402637) is known color: Melanzane. HEX triplet: 40, 26 and 37. RGB value is (64,38,55). Sum of RGB (Red+Green+Blue) = 64+38+55=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402637 is #BFD9C8. Grayscale: #2F2F2F. Windows color (decimal): -12573129 or 3614272. OLE color: 3614272.

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

Color convert

RGB 64 38 55 -
CMYK 0 0.41 0.14 0.75
HSL 320.77º 0.25% 0.2% -
HSV(B) 320.77º 0.41% 0.25% -
XYZ 3.5 2.75 3.96 -
YUV 47.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 64 38 55 0 0.41 0.14 0.75 320.77 0.25 0.2
Hex 40 26 37 0 29 E 4B 141 19 14
Octal 100 46 67 0 51 16 113 501 31 24
Binary 1000000 100110 110111 0 101001 1110 1001011 101000001 11001 10100

Color Harmonies of #402637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402637

Black with #402637

Text Example


Text Example

White with #402637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402637; }

 p { color: rgb(64,38,55); }

 H1.HeaderClassName
 {
   color: #402637;
 }
 .AnyTagClassName
 {
   color: #402637;
 }
</style>

background-color css

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

 a { background-color: rgb(64,38,55); }

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

border-color css

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

 span { border-color: rgb(64,38,55); }

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