#9D4E50

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

Shades of Hippie Pink #9D4E50

Tints of Hippie Pink #9D4E50

Color information

#9D4E50 (or 0x9D4E50) is unknown color: approx Hippie Pink. HEX triplet: 9D, 4E and 50. RGB value is (157,78,80). Sum of RGB (Red+Green+Blue) = 157+78+80=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E50 is #62B1AF. Grayscale: #656565. Windows color (decimal): -6468016 or 5263005. OLE color: 5263005.

HSL color Cylindrical-coordinate representation of color #9D4E50: hue angle of 358.48º degrees, saturation: 0.34, 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 #9D4E50 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB1577880-
CMYK00.500.490.38
HSL358.48º33.62%46.08%-
HSV(B)358.48º50.32%61.57%-
XYZ18.0813.29.18-
YUV101.85115.67167.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=49.84%
G=24.76%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157788000.500.490.38358.4833.6246.08
Hex9D4E500323126166222e
Octal23511612006261465464256
Binary10011101100111010100000110010110001100110101100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,78,80); }

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

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

 a { background-color: rgb(157,78,80); }

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

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

 span { border-color: rgb(157,78,80); }

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