#87474B

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

Shades of Solid Pink #87474B

Tints of Solid Pink #87474B

Color information

#87474B (or 0x87474B) is unknown color: approx Solid Pink. HEX triplet: 87, 47 and 4B. RGB value is (135,71,75). Sum of RGB (Red+Green+Blue) = 135+71+75=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87474B is #78B8B4. Grayscale: #5A5A5A. Windows color (decimal): -7911605 or 4933511. OLE color: 4933511.

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

Color convert

RGB1357175-
CMYK00.470.440.47
HSL356.25º31.07%40.39%-
HSV(B)356.25º47.41%52.94%-
XYZ13.5110.177.91-
YUV90.59119.2159.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=48.04%
G=25.27%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135717500.470.440.47356.2531.0740.39
Hex87474B02F2C2F1641f28
Octal20710711305754575443750
Binary1000011110001111001011010111110110010111110110010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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