#9D4F5A

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

Shades of Hippie Pink #9D4F5A

Tints of Hippie Pink #9D4F5A

Color information

#9D4F5A (or 0x9D4F5A) is unknown color: approx Hippie Pink. HEX triplet: 9D, 4F and 5A. RGB value is (157,79,90). Sum of RGB (Red+Green+Blue) = 157+79+90=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F5A is #62B0A5. Grayscale: #676767. Windows color (decimal): -6467750 or 5918621. OLE color: 5918621.

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

Color convert

RGB1577990-
CMYK00.500.430.38
HSL351.54º33.05%46.27%-
HSV(B)351.54º49.68%61.57%-
XYZ18.5513.511.3-
YUV103.58120.34166.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=48.16%
G=24.23%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157799000.500.430.38351.5433.0546.27
Hex9D4F5A0322B26160212e
Octal23511713206253465404156
Binary10011101100111110110100110010101011100110101100000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,79,90); }

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

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

 a { background-color: rgb(157,79,90); }

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

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

 span { border-color: rgb(157,79,90); }

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