#87565B

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

Shades of Solid Pink #87565B

Tints of Solid Pink #87565B

Color information

#87565B (or 0x87565B) is unknown color: approx Solid Pink. HEX triplet: 87, 56 and 5B. RGB value is (135,86,91). Sum of RGB (Red+Green+Blue) = 135+86+91=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #87565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87565B is #78A9A4. Grayscale: #656565. Windows color (decimal): -7907749 or 5985927. OLE color: 5985927.

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

Color convert

RGB1358691-
CMYK00.360.330.47
HSL353.88º22.17%43.33%-
HSV(B)353.88º36.3%52.94%-
XYZ15.2112.5611.52-
YUV101.22122.23152.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=43.27%
G=27.56%
B=29.17%

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
Decimal135869100.360.330.47353.8822.1743.33
Hex87565B024212F162162b
Octal20712613304441575422653
Binary1000011110101101011011010010010000110111110110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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