#87484B

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

Shades of Solid Pink #87484B

Tints of Solid Pink #87484B

Color information

#87484B (or 0x87484B) is unknown color: approx Solid Pink. HEX triplet: 87, 48 and 4B. RGB value is (135,72,75). Sum of RGB (Red+Green+Blue) = 135+72+75=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87484B is #78B7B4. Grayscale: #5B5B5B. Windows color (decimal): -7911349 or 4933767. OLE color: 4933767.

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

Color convert

RGB1357275-
CMYK00.470.440.47
HSL357.14º30.43%40.59%-
HSV(B)357.14º46.67%52.94%-
XYZ13.5810.297.93-
YUV91.18118.87159.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=47.87%
G=25.53%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135727500.470.440.47357.1430.4340.59
Hex87484B02F2C2F1651e29
Octal20711011305754575453651
Binary1000011110010001001011010111110110010111110110010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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