#87494B

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

Shades of Solid Pink #87494B

Tints of Solid Pink #87494B

Color information

#87494B (or 0x87494B) is unknown color: approx Solid Pink. HEX triplet: 87, 49 and 4B. RGB value is (135,73,75). Sum of RGB (Red+Green+Blue) = 135+73+75=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87494B is #78B6B4. Grayscale: #5B5B5B. Windows color (decimal): -7911093 or 4934023. OLE color: 4934023.

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

Color convert

RGB1357375-
CMYK00.460.440.47
HSL358.06º29.81%40.78%-
HSV(B)358.06º45.93%52.94%-
XYZ13.6410.427.95-
YUV91.77118.54158.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=47.70%
G=25.80%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135737500.460.440.47358.0629.8140.78
Hex87494B02E2C2F1661e29
Octal20711111305654575463651
Binary1000011110010011001011010111010110010111110110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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