#87464D

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

Shades of Solid Pink #87464D

Tints of Solid Pink #87464D

Color information

#87464D (or 0x87464D) is unknown color: approx Solid Pink. HEX triplet: 87, 46 and 4D. RGB value is (135,70,77). Sum of RGB (Red+Green+Blue) = 135+70+77=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87464D is #78B9B2. Grayscale: #5A5A5A. Windows color (decimal): -7911859 or 5064327. OLE color: 5064327.

HSL color Cylindrical-coordinate representation of color #87464D: hue angle of 353.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87464D is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1357077-
CMYK00.480.430.47
HSL353.54º31.71%40.2%-
HSV(B)353.54º48.15%52.94%-
XYZ13.5210.078.25-
YUV90.23120.53159.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=47.87%
G=24.82%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135707700.480.430.47353.5431.7140.2
Hex87464D0302B2F1622028
Octal20710611506053575424050
Binary10000111100011010011010110000101011101111101100010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87464D; }

 p { color: rgb(135,70,77); }

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

<style>
 a { background-color: #87464D; }

 a { background-color: rgb(135,70,77); }

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

<style>
 span { border-color: #87464D; }

 span { border-color: rgb(135,70,77); }

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