#87484C

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

Shades of Solid Pink #87484C

Tints of Solid Pink #87484C

Color information

#87484C (or 0x87484C) is unknown color: approx Solid Pink. HEX triplet: 87, 48 and 4C. RGB value is (135,72,76). Sum of RGB (Red+Green+Blue) = 135+72+76=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87484C is #78B7B3. Grayscale: #5B5B5B. Windows color (decimal): -7911348 or 4999303. OLE color: 4999303.

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

Color convert

RGB1357276-
CMYK00.470.440.47
HSL356.19º30.43%40.59%-
HSV(B)356.19º46.67%52.94%-
XYZ13.6110.318.11-
YUV91.29119.37159.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=47.70%
G=25.44%
B=26.86%

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
Decimal135727600.470.440.47356.1930.4340.59
Hex87484C02F2C2F1641e29
Octal20711011405754575443651
Binary1000011110010001001100010111110110010111110110010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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