#9F4E51

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

Shades of Hippie Pink #9F4E51

Tints of Hippie Pink #9F4E51

Color information

#9F4E51 (or 0x9F4E51) is unknown color: approx Hippie Pink. HEX triplet: 9F, 4E and 51. RGB value is (159,78,81). Sum of RGB (Red+Green+Blue) = 159+78+81=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E51 is #60B1AE. Grayscale: #666666. Windows color (decimal): -6336943 or 5328543. OLE color: 5328543.

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

Color convert

RGB1597881-
CMYK00.510.490.38
HSL357.78º34.18%46.47%-
HSV(B)357.78º50.94%62.35%-
XYZ18.5113.419.4-
YUV102.56115.84168.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=50%
G=24.53%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159788100.510.490.38357.7834.1846.47
Hex9F4E510333126166222e
Octal23711612106361465464256
Binary10011111100111010100010110011110001100110101100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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