Html Css Color HEX #402036 Melanzane

📋 copy color: '#402036'

red 64 ◦ green 32 ◦ blue 54

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

Shades of Melanzane #402036

Tints of Melanzane #402036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

 BLUE value IS 54 (21.48% from 255) = 36%

R = 42.67%
G = 21.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#402036 (or 0x402036) is known color: Melanzane. HEX triplet: 40, 20 and 36. RGB value is (64,32,54). Sum of RGB (Red+Green+Blue) = 64+32+54=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #402036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402036 is #BFDFC9. Grayscale: #2C2C2C. Windows color (decimal): -12574666 or 3547200. OLE color: 3547200.

HSL color Cylindrical-coordinate representation of color #402036: hue angle of 318.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402036 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 54 -
CMYK 0 0.50 0.16 0.75
HSL 318.75º 0.33% 0.19% -
HSV(B) 318.75º 0.5% 0.25% -
XYZ 3.3 2.39 3.78 -
YUV 44.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 64 32 54 0 0.50 0.16 0.75 318.75 0.33 0.19
Hex 40 20 36 0 32 10 4B 13F 21 13
Octal 100 40 66 0 62 20 113 477 41 23
Binary 1000000 100000 110110 0 110010 10000 1001011 100111111 100001 10011

Color Harmonies of #402036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402036

Black with #402036

Text Example


Text Example

White with #402036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402036; }

 p { color: rgb(64,32,54); }

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

background-color css

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

 a { background-color: rgb(64,32,54); }

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

border-color css

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

 span { border-color: rgb(64,32,54); }

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