#87545A

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

Shades of Solid Pink #87545A

Tints of Solid Pink #87545A

Color information

#87545A (or 0x87545A) is unknown color: approx Solid Pink. HEX triplet: 87, 54 and 5A. RGB value is (135,84,90). Sum of RGB (Red+Green+Blue) = 135+84+90=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87545A is #78ABA5. Grayscale: #636363. Windows color (decimal): -7908262 or 5919879. OLE color: 5919879.

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

Color convert

RGB1358490-
CMYK00.380.330.47
HSL352.94º23.29%42.94%-
HSV(B)352.94º37.78%52.94%-
XYZ15.0112.2311.24-
YUV99.93122.4153.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=43.69%
G=27.18%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135849000.380.330.47352.9423.2942.94
Hex87545A026212F161172b
Octal20712413204641575412753
Binary1000011110101001011010010011010000110111110110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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