#87414B

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

Shades of Solid Pink #87414B

Tints of Solid Pink #87414B

Color information

#87414B (or 0x87414B) is unknown color: approx Solid Pink. HEX triplet: 87, 41 and 4B. RGB value is (135,65,75). Sum of RGB (Red+Green+Blue) = 135+65+75=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #87414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87414B is #78BEB4. Grayscale: #575757. Windows color (decimal): -7913141 or 4931975. OLE color: 4931975.

HSL color Cylindrical-coordinate representation of color #87414B: hue angle of 351.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87414B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1356575-
CMYK00.520.440.47
HSL351.43º35%39.22%-
HSV(B)351.43º51.85%52.94%-
XYZ13.159.447.79-
YUV87.07121.19162.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=49.09%
G=23.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135657500.520.440.47351.433539.22
Hex87414B0342C2F15f2327
Octal20710111306454575374347
Binary10000111100000110010110110100101100101111101011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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