#9B4E57

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

Shades of Hippie Pink #9B4E57

Tints of Hippie Pink #9B4E57

Color information

#9B4E57 (or 0x9B4E57) is unknown color: approx Hippie Pink. HEX triplet: 9B, 4E and 57. RGB value is (155,78,87). Sum of RGB (Red+Green+Blue) = 155+78+87=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E57 is #64B1A8. Grayscale: #666666. Windows color (decimal): -6599081 or 5721755. OLE color: 5721755.

HSL color Cylindrical-coordinate representation of color #9B4E57: hue angle of 352.99º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4E57 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB1557887-
CMYK00.500.440.39
HSL352.99º33.05%45.69%-
HSV(B)352.99º49.68%60.78%-
XYZ17.9613.1110.6-
YUV102.05119.51165.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=48.44%
G=24.38%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155788700.500.440.39352.9933.0545.69
Hex9B4E570322C27161212e
Octal23311612706254475414156
Binary10011011100111010101110110010101100100111101100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,78,87); }

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

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

 a { background-color: rgb(155,78,87); }

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

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

 span { border-color: rgb(155,78,87); }

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