#87434E

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

Shades of Solid Pink #87434E

Tints of Solid Pink #87434E

Color information

#87434E (or 0x87434E) is unknown color: approx Solid Pink. HEX triplet: 87, 43 and 4E. RGB value is (135,67,78). Sum of RGB (Red+Green+Blue) = 135+67+78=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87434E is #78BCB1. Grayscale: #585858. Windows color (decimal): -7912626 or 5129095. OLE color: 5129095.

HSL color Cylindrical-coordinate representation of color #87434E: hue angle of 350.29º 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 #87434E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1356778-
CMYK00.500.420.47
HSL350.29º33.66%39.61%-
HSV(B)350.29º50.37%52.94%-
XYZ13.379.728.38-
YUV88.59122.03161.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=48.21%
G=23.93%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135677800.500.420.47350.2933.6639.61
Hex87434E0322A2F15e2228
Octal20710311606252575364250
Binary10000111100001110011100110010101010101111101011110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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