#87444F

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

Shades of Solid Pink #87444F

Tints of Solid Pink #87444F

Color information

#87444F (or 0x87444F) is unknown color: approx Solid Pink. HEX triplet: 87, 44 and 4F. RGB value is (135,68,79). Sum of RGB (Red+Green+Blue) = 135+68+79=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87444F is #78BBB0. Grayscale: #595959. Windows color (decimal): -7912369 or 5194887. OLE color: 5194887.

HSL color Cylindrical-coordinate representation of color #87444F: hue angle of 350.15º degrees, saturation: 0.33, 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 #87444F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1356879-
CMYK00.500.410.47
HSL350.15º33%39.8%-
HSV(B)350.15º49.63%52.94%-
XYZ13.479.858.59-
YUV89.29122.2160.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=47.87%
G=24.11%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135687900.500.410.47350.153339.8
Hex87444F032292F15e2128
Octal20710411706251575364150
Binary10000111100010010011110110010101001101111101011110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87444F; }

 p { color: rgb(135,68,79); }

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

<style>
 a { background-color: #87444F; }

 a { background-color: rgb(135,68,79); }

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

<style>
 span { border-color: #87444F; }

 span { border-color: rgb(135,68,79); }

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