#9B4C56

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

Shades of Hippie Pink #9B4C56

Tints of Hippie Pink #9B4C56

Color information

#9B4C56 (or 0x9B4C56) is unknown color: approx Hippie Pink. HEX triplet: 9B, 4C and 56. RGB value is (155,76,86). Sum of RGB (Red+Green+Blue) = 155+76+86=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4C56 is #64B3A9. Grayscale: #646464. Windows color (decimal): -6599594 or 5655707. OLE color: 5655707.

HSL color Cylindrical-coordinate representation of color #9B4C56: hue angle of 352.41º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B4C56 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB1557686-
CMYK00.510.450.39
HSL352.41º34.2%45.29%-
HSV(B)352.41º50.97%60.78%-
XYZ17.7812.8110.34-
YUV100.76119.67166.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=48.90%
G=23.97%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155768600.510.450.39352.4134.245.29
Hex9B4C560332D27160222d
Octal23311412606355475404255
Binary10011011100110010101100110011101101100111101100000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,86); }

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

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

 a { background-color: rgb(155,76,86); }

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

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

 span { border-color: rgb(155,76,86); }

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