#87555B

Color #87555B Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #87555B

Tints of Solid Pink #87555B

Color information

#87555B (or 0x87555B) is unknown color: approx Solid Pink. HEX triplet: 87, 55 and 5B. RGB value is (135,85,91). Sum of RGB (Red+Green+Blue) = 135+85+91=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87555B is #78AAA4. Grayscale: #646464. Windows color (decimal): -7908005 or 5985671. OLE color: 5985671.

HSL color Cylindrical-coordinate representation of color #87555B: hue angle of 352.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87555B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1358591-
CMYK00.370.330.47
HSL352.8º22.73%43.14%-
HSV(B)352.8º37.04%52.94%-
XYZ15.1312.411.49-
YUV100.63122.56152.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=43.41%
G=27.33%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135859100.370.330.47352.822.7343.14
Hex87555B025212F161172b
Octal20712513304541575412753
Binary1000011110101011011011010010110000110111110110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87555B; }

 p { color: rgb(135,85,91); }

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

<style>
 a { background-color: #87555B; }

 a { background-color: rgb(135,85,91); }

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

<style>
 span { border-color: #87555B; }

 span { border-color: rgb(135,85,91); }

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