Html Css Color HEX #422538 Melanzane

📋 copy color: '#422538'

red 66 ◦ green 37 ◦ blue 56

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

Shades of Melanzane #422538

Tints of Melanzane #422538

RGB

 RED value IS 66 (26.17% from 255) = 41.51%

 GREEN value IS 37 (14.84% from 255) = 23.27%

 BLUE value IS 56 (22.27% from 255) = 35.22%

R = 41.51%
G = 23.27%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#422538 (or 0x422538) is known color: Melanzane. HEX triplet: 42, 25 and 38. RGB value is (66,37,56). Sum of RGB (Red+Green+Blue) = 66+37+56=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422538 is #BDDAC7. Grayscale: #2F2F2F. Windows color (decimal): -12442312 or 3679554. OLE color: 3679554.

HSL color Cylindrical-coordinate representation of color #422538: hue angle of 320.69º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422538 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 37 56 -
CMYK 0 0.44 0.15 0.74
HSL 320.69º 0.28% 0.2% -
HSV(B) 320.69º 0.44% 0.26% -
XYZ 3.62 2.77 4.08 -
YUV 47.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 66 37 56 0 0.44 0.15 0.74 320.69 0.28 0.2
Hex 42 25 38 0 2C F 4A 141 1C 14
Octal 102 45 70 0 54 17 112 501 34 24
Binary 1000010 100101 111000 0 101100 1111 1001010 101000001 11100 10100

Color Harmonies of #422538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422538

Black with #422538

Text Example


Text Example

White with #422538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422538; }

 p { color: rgb(66,37,56); }

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

background-color css

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

 a { background-color: rgb(66,37,56); }

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

border-color css

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

 span { border-color: rgb(66,37,56); }

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