Html Css Color HEX #402737 Melanzane

📋 copy color: '#402737'

red 64 ◦ green 39 ◦ blue 55

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

Shades of Melanzane #402737

Tints of Melanzane #402737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 40.51%
G = 24.68%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#402737 (or 0x402737) is known color: Melanzane. HEX triplet: 40, 27 and 37. RGB value is (64,39,55). Sum of RGB (Red+Green+Blue) = 64+39+55=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402737 is #BFD8C8. Grayscale: #303030. Windows color (decimal): -12572873 or 3614528. OLE color: 3614528.

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

Color convert

RGB 64 39 55 -
CMYK 0 0.39 0.14 0.75
HSL 321.6º 0.24% 0.2% -
HSV(B) 321.6º 0.39% 0.25% -
XYZ 3.53 2.82 3.97 -
YUV 48.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 64 39 55 0 0.39 0.14 0.75 321.6 0.24 0.2
Hex 40 27 37 0 27 E 4B 142 18 14
Octal 100 47 67 0 47 16 113 502 30 24
Binary 1000000 100111 110111 0 100111 1110 1001011 101000010 11000 10100

Color Harmonies of #402737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402737

Black with #402737

Text Example


Text Example

White with #402737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402737; }

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

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

background-color css

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

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

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

border-color css

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

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

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