#9E4D55

Color #9E4D55 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #9E4D55

Tints of Hippie Pink #9E4D55

Color information

#9E4D55 (or 0x9E4D55) is unknown color: approx Hippie Pink. HEX triplet: 9E, 4D and 55. RGB value is (158,77,85). Sum of RGB (Red+Green+Blue) = 158+77+85=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D55 is #61B2AA. Grayscale: #666666. Windows color (decimal): -6402731 or 5590430. OLE color: 5590430.

HSL color Cylindrical-coordinate representation of color #9E4D55: hue angle of 354.07º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D55 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB1587785-
CMYK00.510.460.38
HSL354.07º34.47%46.08%-
HSV(B)354.07º51.27%61.96%-
XYZ18.3913.2310.18-
YUV102.13118.34167.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=49.38%
G=24.06%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158778500.510.460.38354.0734.4746.08
Hex9E4D550332E26162222e
Octal23611512506356465424256
Binary10011110100110110101010110011101110100110101100010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4D55; }

 p { color: rgb(158,77,85); }

 H1.HeaderClassName
 {
   color: #9E4D55;
 }
 .AnyTagClassName
 {
   color: #9E4D55;
 }
</style>
background-color css

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

 a { background-color: rgb(158,77,85); }

 div.DivClassName
 {
   background-color: #9E4D55;
 }
 .BgClassName
 {
   background-color: #9E4D55;
 }
</style>
border-color css

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

 span { border-color: rgb(158,77,85); }

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