#9F4B56

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

Shades of Hippie Pink #9F4B56

Tints of Hippie Pink #9F4B56

Color information

#9F4B56 (or 0x9F4B56) is unknown color: approx Hippie Pink. HEX triplet: 9F, 4B and 56. RGB value is (159,75,86). Sum of RGB (Red+Green+Blue) = 159+75+86=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B56 is #60B4A9. Grayscale: #656565. Windows color (decimal): -6337706 or 5655455. OLE color: 5655455.

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

Color convert

RGB1597586-
CMYK00.530.460.38
HSL352.14º35.9%45.88%-
HSV(B)352.14º52.83%62.35%-
XYZ18.4913.0710.35-
YUV101.37119.33169.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=49.69%
G=23.44%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159758600.530.460.38352.1435.945.88
Hex9F4B560352E26160242e
Octal23711312606556465404456
Binary10011111100101110101100110101101110100110101100000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,86); }

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

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

 a { background-color: rgb(159,75,86); }

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

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

 span { border-color: rgb(159,75,86); }

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