#87474D

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

Shades of Solid Pink #87474D

Tints of Solid Pink #87474D

Color information

#87474D (or 0x87474D) is unknown color: approx Solid Pink. HEX triplet: 87, 47 and 4D. RGB value is (135,71,77). Sum of RGB (Red+Green+Blue) = 135+71+77=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87474D is #78B8B2. Grayscale: #5A5A5A. Windows color (decimal): -7911603 or 5064583. OLE color: 5064583.

HSL color Cylindrical-coordinate representation of color #87474D: hue angle of 354.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87474D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1357177-
CMYK00.470.430.47
HSL354.38º31.07%40.39%-
HSV(B)354.38º47.41%52.94%-
XYZ13.5810.198.27-
YUV90.82120.2159.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=47.70%
G=25.09%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135717700.470.430.47354.3831.0740.39
Hex87474D02F2B2F1621f28
Octal20710711505753575423750
Binary1000011110001111001101010111110101110111110110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87474D; }

 p { color: rgb(135,71,77); }

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

<style>
 a { background-color: #87474D; }

 a { background-color: rgb(135,71,77); }

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

<style>
 span { border-color: #87474D; }

 span { border-color: rgb(135,71,77); }

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