#9F4D54

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

Shades of Hippie Pink #9F4D54

Tints of Hippie Pink #9F4D54

Color information

#9F4D54 (or 0x9F4D54) is unknown color: approx Hippie Pink. HEX triplet: 9F, 4D and 54. RGB value is (159,77,84). Sum of RGB (Red+Green+Blue) = 159+77+84=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D54 is #60B2AB. Grayscale: #666666. Windows color (decimal): -6337196 or 5524895. OLE color: 5524895.

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

Color convert

RGB1597784-
CMYK00.520.470.38
HSL354.88º34.75%46.27%-
HSV(B)354.88º51.57%62.35%-
XYZ18.5513.329.98-
YUV102.32117.67168.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=49.69%
G=24.06%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159778400.520.470.38354.8834.7546.27
Hex9F4D540342F26163232e
Octal23711512406457465434356
Binary10011111100110110101000110100101111100110101100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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