#87444E

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

Shades of Solid Pink #87444E

Tints of Solid Pink #87444E

Color information

#87444E (or 0x87444E) is unknown color: approx Solid Pink. HEX triplet: 87, 44 and 4E. RGB value is (135,68,78). Sum of RGB (Red+Green+Blue) = 135+68+78=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87444E is #78BBB1. Grayscale: #595959. Windows color (decimal): -7912370 or 5129351. OLE color: 5129351.

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

Color convert

RGB1356878-
CMYK00.500.420.47
HSL351.04º33%39.8%-
HSV(B)351.04º49.63%52.94%-
XYZ13.439.848.4-
YUV89.17121.7160.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=48.04%
G=24.20%
B=27.76%

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
Decimal135687800.500.420.47351.043339.8
Hex87444E0322A2F15f2128
Octal20710411606252575374150
Binary10000111100010010011100110010101010101111101011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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