#87555A

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

Shades of Solid Pink #87555A

Tints of Solid Pink #87555A

Color information

#87555A (or 0x87555A) is unknown color: approx Solid Pink. HEX triplet: 87, 55 and 5A. RGB value is (135,85,90). Sum of RGB (Red+Green+Blue) = 135+85+90=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87555A is #78AAA5. Grayscale: #646464. Windows color (decimal): -7908006 or 5920135. OLE color: 5920135.

HSL color Cylindrical-coordinate representation of color #87555A: hue angle of 354º 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 #87555A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1358590-
CMYK00.370.330.47
HSL354º22.73%43.14%-
HSV(B)354º37.04%52.94%-
XYZ15.0912.3911.27-
YUV100.52122.06152.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=43.55%
G=27.42%
B=29.03%

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
Decimal135859000.370.330.4735422.7343.14
Hex87555A025212F162172b
Octal20712513204541575422753
Binary1000011110101011011010010010110000110111110110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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