#87575A

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

Shades of Solid Pink #87575A

Tints of Solid Pink #87575A

Color information

#87575A (or 0x87575A) is unknown color: approx Solid Pink. HEX triplet: 87, 57 and 5A. RGB value is (135,87,90). Sum of RGB (Red+Green+Blue) = 135+87+90=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #87575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87575A is #78A8A5. Grayscale: #656565. Windows color (decimal): -7907494 or 5920647. OLE color: 5920647.

HSL color Cylindrical-coordinate representation of color #87575A: hue angle of 356.25º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87575A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1358790-
CMYK00.360.330.47
HSL356.25º21.62%43.53%-
HSV(B)356.25º35.56%52.94%-
XYZ15.2512.7111.32-
YUV101.69121.4151.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=43.27%
G=27.88%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135879000.360.330.47356.2521.6243.53
Hex87575A024212F164162c
Octal20712713204441575442654
Binary1000011110101111011010010010010000110111110110010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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