Html Css Color HEX #412237 Melanzane

📋 copy color: '#412237'

red 65 ◦ green 34 ◦ blue 55

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

Shades of Melanzane #412237

Tints of Melanzane #412237

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 value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 65 34 55 -
CMYK 0 0.48 0.15 0.75
HSL 319.35º 0.31% 0.19% -
HSV(B) 319.35º 0.48% 0.25% -
XYZ 3.44 2.54 3.92 -
YUV 45.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 65 34 55 0 0.48 0.15 0.75 319.35 0.31 0.19
Hex 41 22 37 0 30 F 4B 13F 1F 13
Octal 101 42 67 0 60 17 113 477 37 23
Binary 1000001 100010 110111 0 110000 1111 1001011 100111111 11111 10011

Color Harmonies of #412237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412237

Black with #412237

Text Example


Text Example

White with #412237

Text Example


Text Example

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