Html Css Color HEX #422239 Melanzane

📋 copy color: '#422239'

red 66 ◦ green 34 ◦ blue 57

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

Shades of Melanzane #422239

Tints of Melanzane #422239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 57 (22.66% from 255) = 36.31%

R = 42.04%
G = 21.66%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#422239 (or 0x422239) is known color: Melanzane. HEX triplet: 42, 22 and 39. RGB value is (66,34,57). Sum of RGB (Red+Green+Blue) = 66+34+57=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #422239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422239 is #BDDDC6. Grayscale: #2E2E2E. Windows color (decimal): -12443079 or 3744322. OLE color: 3744322.

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

Color convert

RGB 66 34 57 -
CMYK 0 0.48 0.14 0.74
HSL 316.88º 0.32% 0.2% -
HSV(B) 316.88º 0.48% 0.26% -
XYZ 3.56 2.6 4.18 -
YUV 46.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 66 34 57 0 0.48 0.14 0.74 316.88 0.32 0.2
Hex 42 22 39 0 30 E 4A 13D 20 14
Octal 102 42 71 0 60 16 112 475 40 24
Binary 1000010 100010 111001 0 110000 1110 1001010 100111101 100000 10100

Color Harmonies of #422239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422239

Black with #422239

Text Example


Text Example

White with #422239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422239; }

 p { color: rgb(66,34,57); }

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

background-color css

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

 a { background-color: rgb(66,34,57); }

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

border-color css

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

 span { border-color: rgb(66,34,57); }

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