#87434C

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

Shades of Solid Pink #87434C

Tints of Solid Pink #87434C

Color information

#87434C (or 0x87434C) is unknown color: approx Solid Pink. HEX triplet: 87, 43 and 4C. RGB value is (135,67,76). Sum of RGB (Red+Green+Blue) = 135+67+76=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87434C is #78BCB3. Grayscale: #585858. Windows color (decimal): -7912628 or 4998023. OLE color: 4998023.

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

Color convert

RGB1356776-
CMYK00.500.440.47
HSL352.06º33.66%39.61%-
HSV(B)352.06º50.37%52.94%-
XYZ13.39.698.01-
YUV88.36121.03161.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=48.56%
G=24.10%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135677600.500.440.47352.0633.6639.61
Hex87434C0322C2F1602228
Octal20710311406254575404250
Binary10000111100001110011000110010101100101111101100000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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