#87585A

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

Shades of Solid Pink #87585A

Tints of Solid Pink #87585A

Color information

#87585A (or 0x87585A) is unknown color: approx Solid Pink. HEX triplet: 87, 58 and 5A. RGB value is (135,88,90). Sum of RGB (Red+Green+Blue) = 135+88+90=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87585A is #78A7A5. Grayscale: #666666. Windows color (decimal): -7907238 or 5920903. OLE color: 5920903.

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

Color convert

RGB1358890-
CMYK00.350.330.47
HSL357.45º21.08%43.73%-
HSV(B)357.45º34.81%52.94%-
XYZ15.3312.8711.35-
YUV102.28121.07151.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=43.13%
G=28.12%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135889000.350.330.47357.4521.0843.73
Hex87585A023212F165152c
Octal20713013204341575452554
Binary1000011110110001011010010001110000110111110110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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