#87424c

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

Shades of Solid Pink #87424C

Tints of Solid Pink #87424C

Color information

#87424C (or 0x87424C) is unknown color: approx Solid Pink. HEX triplet: 87, 42 and 4C. RGB value is (135,66,76). Sum of RGB (Red+Green+Blue) = 135+66+76=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87424C is #78BDB3. Grayscale: #575757. Windows color (decimal): -7912884 or 4997767. OLE color: 4997767.

HSL color Cylindrical-coordinate representation of color #87424C: hue angle of 351.3º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87424C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1356676-
CMYK00.510.440.47
HSL351.3º34.33%39.41%-
HSV(B)351.3º51.11%52.94%-
XYZ13.249.577.99-
YUV87.77121.36161.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=48.74%
G=23.83%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135667600.510.440.47351.334.3339.41
Hex87424C0332C2F15f2227
Octal20710211406354575374247
Binary10000111100001010011000110011101100101111101011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87424c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87424c; }

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

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

<style>
 a { background-color: #87424c; }

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

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

<style>
 span { border-color: #87424c; }

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

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