#87484D

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

Shades of Solid Pink #87484D

Tints of Solid Pink #87484D

Color information

#87484D (or 0x87484D) is unknown color: approx Solid Pink. HEX triplet: 87, 48 and 4D. RGB value is (135,72,77). Sum of RGB (Red+Green+Blue) = 135+72+77=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #87484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87484D is #78B7B2. Grayscale: #5B5B5B. Windows color (decimal): -7911347 or 5064839. OLE color: 5064839.

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

Color convert

RGB1357277-
CMYK00.470.430.47
HSL355.24º30.43%40.59%-
HSV(B)355.24º46.67%52.94%-
XYZ13.6510.328.29-
YUV91.41119.87159.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=47.54%
G=25.35%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135727700.470.430.47355.2430.4340.59
Hex87484D02F2B2F1631e29
Octal20711011505753575433651
Binary1000011110010001001101010111110101110111110110001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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