#9D5354

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

Shades of Hippie Pink #9D5354

Tints of Hippie Pink #9D5354

Color information

#9D5354 (or 0x9D5354) is unknown color: approx Hippie Pink. HEX triplet: 9D, 53 and 54. RGB value is (157,83,84). Sum of RGB (Red+Green+Blue) = 157+83+84=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5354 is #62ACAB. Grayscale: #696969. Windows color (decimal): -6466732 or 5526429. OLE color: 5526429.

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

Color convert

RGB1578384-
CMYK00.470.460.38
HSL359.19º30.83%47.06%-
HSV(B)359.19º47.13%61.57%-
XYZ18.613.9910.11-
YUV105.24116.02164.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.46%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=48.46%
G=25.62%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157838400.470.460.38359.1930.8347.06
Hex9D535402F2E261671f2f
Octal23512312405756465473757
Binary1001110110100111010100010111110111010011010110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,83,84); }

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

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

 a { background-color: rgb(157,83,84); }

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

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

 span { border-color: rgb(157,83,84); }

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