Html Css Color HEX #412137 Melanzane

📋 copy color: '#412137'

red 65 ◦ green 33 ◦ blue 55

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

Shades of Melanzane #412137

Tints of Melanzane #412137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

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

R = 42.48%
G = 21.57%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412137 (or 0x412137) is known color: Melanzane. HEX triplet: 41, 21 and 37. RGB value is (65,33,55). Sum of RGB (Red+Green+Blue) = 65+33+55=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412137 is #BEDEC8. Grayscale: #2D2D2D. Windows color (decimal): -12508873 or 3612993. OLE color: 3612993.

HSL color Cylindrical-coordinate representation of color #412137: 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.49%. Process color model (Four color, CMYK) of #412137 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 33 55 -
CMYK 0 0.49 0.15 0.75
HSL 318.75º 0.33% 0.19% -
HSV(B) 318.75º 0.49% 0.25% -
XYZ 3.41 2.49 3.91 -
YUV 45.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 65 33 55 0 0.49 0.15 0.75 318.75 0.33 0.19
Hex 41 21 37 0 31 F 4B 13F 21 13
Octal 101 41 67 0 61 17 113 477 41 23
Binary 1000001 100001 110111 0 110001 1111 1001011 100111111 100001 10011

Color Harmonies of #412137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412137

Black with #412137

Text Example


Text Example

White with #412137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412137; }

 p { color: rgb(65,33,55); }

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

background-color css

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

 a { background-color: rgb(65,33,55); }

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

border-color css

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

 span { border-color: rgb(65,33,55); }

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