#87444A

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

Shades of Solid Pink #87444A

Tints of Solid Pink #87444A

Color information

#87444A (or 0x87444A) is unknown color: approx Solid Pink. HEX triplet: 87, 44 and 4A. RGB value is (135,68,74). Sum of RGB (Red+Green+Blue) = 135+68+74=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87444A is #78BBB5. Grayscale: #585858. Windows color (decimal): -7912374 or 4867207. OLE color: 4867207.

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

Color convert

RGB1356874-
CMYK00.500.450.47
HSL354.63º33%39.8%-
HSV(B)354.63º49.63%52.94%-
XYZ13.299.787.67-
YUV88.72119.7161.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=48.74%
G=24.55%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135687400.500.450.47354.633339.8
Hex87444A0322D2F1632128
Octal20710411206255575434150
Binary10000111100010010010100110010101101101111101100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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