#9B5357

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

Shades of Hippie Pink #9B5357

Tints of Hippie Pink #9B5357

Color information

#9B5357 (or 0x9B5357) is unknown color: approx Hippie Pink. HEX triplet: 9B, 53 and 57. RGB value is (155,83,87). Sum of RGB (Red+Green+Blue) = 155+83+87=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5357 is #64ACA8. Grayscale: #696969. Windows color (decimal): -6597801 or 5723035. OLE color: 5723035.

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

Color convert

RGB1558387-
CMYK00.460.440.39
HSL356.67º30.25%46.67%-
HSV(B)356.67º46.45%60.78%-
XYZ18.3313.8410.72-
YUV104.98117.85163.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=47.69%
G=25.54%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155838700.460.440.39356.6730.2546.67
Hex9B535702E2C271651e2f
Octal23312312705654475453657
Binary1001101110100111010111010111010110010011110110010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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