#87424D

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

Shades of Solid Pink #87424D

Tints of Solid Pink #87424D

Color information

#87424D (or 0x87424D) is unknown color: approx Solid Pink. HEX triplet: 87, 42 and 4D. RGB value is (135,66,77). Sum of RGB (Red+Green+Blue) = 135+66+77=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87424D is #78BDB2. Grayscale: #575757. Windows color (decimal): -7912883 or 5063303. OLE color: 5063303.

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

Color convert

RGB1356677-
CMYK00.510.430.47
HSL350.43º34.33%39.41%-
HSV(B)350.43º51.11%52.94%-
XYZ13.289.588.17-
YUV87.88121.86161.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=48.56%
G=23.74%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135667700.510.430.47350.4334.3339.41
Hex87424D0332B2F15e2227
Octal20710211506353575364247
Binary10000111100001010011010110011101011101111101011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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