#87484A

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

Shades of Solid Pink #87484A

Tints of Solid Pink #87484A

Color information

#87484A (or 0x87484A) is unknown color: approx Solid Pink. HEX triplet: 87, 48 and 4A. RGB value is (135,72,74). Sum of RGB (Red+Green+Blue) = 135+72+74=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87484A is #78B7B5. Grayscale: #5B5B5B. Windows color (decimal): -7911350 or 4868231. OLE color: 4868231.

HSL color Cylindrical-coordinate representation of color #87484A: hue angle of 358.1º 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 #87484A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1357274-
CMYK00.470.450.47
HSL358.1º30.43%40.59%-
HSV(B)358.1º46.67%52.94%-
XYZ13.5510.287.75-
YUV91.06118.37159.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=48.04%
G=25.62%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135727400.470.450.47358.130.4340.59
Hex87484A02F2D2F1661e29
Octal20711011205755575463651
Binary1000011110010001001010010111110110110111110110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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