#87494F

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

Shades of Solid Pink #87494F

Tints of Solid Pink #87494F

Color information

#87494F (or 0x87494F) is unknown color: approx Solid Pink. HEX triplet: 87, 49 and 4F. RGB value is (135,73,79). Sum of RGB (Red+Green+Blue) = 135+73+79=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #87494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87494F is #78B6B0. Grayscale: #5C5C5C. Windows color (decimal): -7911089 or 5196167. OLE color: 5196167.

HSL color Cylindrical-coordinate representation of color #87494F: hue angle of 354.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87494F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1357379-
CMYK00.460.410.47
HSL354.19º29.81%40.78%-
HSV(B)354.19º45.93%52.94%-
XYZ13.7910.488.69-
YUV92.22120.54158.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=47.04%
G=25.44%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135737900.460.410.47354.1929.8140.78
Hex87494F02E292F1621e29
Octal20711111705651575423651
Binary1000011110010011001111010111010100110111110110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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