#9F4E54

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

Shades of Hippie Pink #9F4E54

Tints of Hippie Pink #9F4E54

Color information

#9F4E54 (or 0x9F4E54) is unknown color: approx Hippie Pink. HEX triplet: 9F, 4E and 54. RGB value is (159,78,84). Sum of RGB (Red+Green+Blue) = 159+78+84=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E54 is #60B1AB. Grayscale: #666666. Windows color (decimal): -6336940 or 5525151. OLE color: 5525151.

HSL color Cylindrical-coordinate representation of color #9F4E54: hue angle of 355.56º 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 #9F4E54 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB1597884-
CMYK00.510.470.38
HSL355.56º34.18%46.47%-
HSV(B)355.56º50.94%62.35%-
XYZ18.6213.4610-
YUV102.9117.34168.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=49.53%
G=24.30%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159788400.510.470.38355.5634.1846.47
Hex9F4E540332F26164222e
Octal23711612406357465444256
Binary10011111100111010101000110011101111100110101100100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,84); }

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

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

 a { background-color: rgb(159,78,84); }

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

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

 span { border-color: rgb(159,78,84); }

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