#87484E

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

Shades of Solid Pink #87484E

Tints of Solid Pink #87484E

Color information

#87484E (or 0x87484E) is unknown color: approx Solid Pink. HEX triplet: 87, 48 and 4E. RGB value is (135,72,78). Sum of RGB (Red+Green+Blue) = 135+72+78=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87484E is #78B7B1. Grayscale: #5B5B5B. Windows color (decimal): -7911346 or 5130375. OLE color: 5130375.

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

Color convert

RGB1357278-
CMYK00.470.420.47
HSL354.29º30.43%40.59%-
HSV(B)354.29º46.67%52.94%-
XYZ13.6810.348.48-
YUV91.52120.37159.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=47.37%
G=25.26%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135727800.470.420.47354.2930.4340.59
Hex87484E02F2A2F1621e29
Octal20711011605752575423651
Binary1000011110010001001110010111110101010111110110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87484E; }

 p { color: rgb(135,72,78); }

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

<style>
 a { background-color: #87484E; }

 a { background-color: rgb(135,72,78); }

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

<style>
 span { border-color: #87484E; }

 span { border-color: rgb(135,72,78); }

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