#9B5355

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

Shades of Hippie Pink #9B5355

Tints of Hippie Pink #9B5355

Color information

#9B5355 (or 0x9B5355) is unknown color: approx Hippie Pink. HEX triplet: 9B, 53 and 55. RGB value is (155,83,85). Sum of RGB (Red+Green+Blue) = 155+83+85=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5355 is #64ACAA. Grayscale: #686868. Windows color (decimal): -6597803 or 5591963. OLE color: 5591963.

HSL color Cylindrical-coordinate representation of color #9B5355: hue angle of 358.33º 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 #9B5355 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB1558385-
CMYK00.460.450.39
HSL358.33º30.25%46.67%-
HSV(B)358.33º46.45%60.78%-
XYZ18.2513.8110.3-
YUV104.76116.85163.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=47.99%
G=25.70%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155838500.460.450.39358.3330.2546.67
Hex9B535502E2D271661e2f
Octal23312312505655475463657
Binary1001101110100111010101010111010110110011110110011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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