#87464B

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

Shades of Solid Pink #87464B

Tints of Solid Pink #87464B

Color information

#87464B (or 0x87464B) is unknown color: approx Solid Pink. HEX triplet: 87, 46 and 4B. RGB value is (135,70,75). Sum of RGB (Red+Green+Blue) = 135+70+75=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87464B is #78B9B4. Grayscale: #5A5A5A. Windows color (decimal): -7911861 or 4933255. OLE color: 4933255.

HSL color Cylindrical-coordinate representation of color #87464B: hue angle of 355.38º 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 #87464B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1357075-
CMYK00.480.440.47
HSL355.38º31.71%40.2%-
HSV(B)355.38º48.15%52.94%-
XYZ13.4510.047.89-
YUV90119.53160.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=48.21%
G=25%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135707500.480.440.47355.3831.7140.2
Hex87464B0302C2F1632028
Octal20710611306054575434050
Binary10000111100011010010110110000101100101111101100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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