#87474F

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

Shades of Solid Pink #87474F

Tints of Solid Pink #87474F

Color information

#87474F (or 0x87474F) is unknown color: approx Solid Pink. HEX triplet: 87, 47 and 4F. RGB value is (135,71,79). Sum of RGB (Red+Green+Blue) = 135+71+79=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87474F is #78B8B0. Grayscale: #5B5B5B. Windows color (decimal): -7911601 or 5195655. OLE color: 5195655.

HSL color Cylindrical-coordinate representation of color #87474F: hue angle of 352.5º 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 #87474F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1357179-
CMYK00.470.410.47
HSL352.5º31.07%40.39%-
HSV(B)352.5º47.41%52.94%-
XYZ13.6610.228.65-
YUV91.05121.2159.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=47.37%
G=24.91%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135717900.470.410.47352.531.0740.39
Hex87474F02F292F1601f28
Octal20710711705751575403750
Binary1000011110001111001111010111110100110111110110000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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