#87494A

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

Shades of Solid Pink #87494A

Tints of Solid Pink #87494A

Color information

#87494A (or 0x87494A) is unknown color: approx Solid Pink. HEX triplet: 87, 49 and 4A. RGB value is (135,73,74). Sum of RGB (Red+Green+Blue) = 135+73+74=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87494A is #78B6B5. Grayscale: #5B5B5B. Windows color (decimal): -7911094 or 4868487. OLE color: 4868487.

HSL color Cylindrical-coordinate representation of color #87494A: hue angle of 359.03º 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 #87494A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1357374-
CMYK00.460.450.47
HSL359.03º29.81%40.78%-
HSV(B)359.03º45.93%52.94%-
XYZ13.6110.417.77-
YUV91.65118.04158.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=47.87%
G=25.89%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135737400.460.450.47359.0329.8140.78
Hex87494A02E2D2F1671e29
Octal20711111205655575473651
Binary1000011110010011001010010111010110110111110110011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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