#87575B

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

Shades of Solid Pink #87575B

Tints of Solid Pink #87575B

Color information

#87575B (or 0x87575B) is unknown color: approx Solid Pink. HEX triplet: 87, 57 and 5B. RGB value is (135,87,91). Sum of RGB (Red+Green+Blue) = 135+87+91=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87575B is #78A8A4. Grayscale: #656565. Windows color (decimal): -7907493 or 5986183. OLE color: 5986183.

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

Color convert

RGB1358791-
CMYK00.360.330.47
HSL355º21.62%43.53%-
HSV(B)355º35.56%52.94%-
XYZ15.2912.7211.55-
YUV101.81121.9151.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=43.13%
G=27.80%
B=29.07%

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
Decimal135879100.360.330.4735521.6243.53
Hex87575B024212F163162c
Octal20712713304441575432654
Binary1000011110101111011011010010010000110111110110001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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