#8D5457

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

Shades of Solid Pink #8D5457

Tints of Solid Pink #8D5457

Color information

#8D5457 (or 0x8D5457) is unknown color: approx Solid Pink. HEX triplet: 8D, 54 and 57. RGB value is (141,84,87). Sum of RGB (Red+Green+Blue) = 141+84+87=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5457 is #72ABA8. Grayscale: #656565. Windows color (decimal): -7515049 or 5723277. OLE color: 5723277.

HSL color Cylindrical-coordinate representation of color #8D5457: hue angle of 356.84º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5457 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1418487-
CMYK00.400.380.45
HSL356.84º25.33%44.12%-
HSV(B)356.84º40.43%55.29%-
XYZ15.8812.6910.63-
YUV101.38119.88156.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.19%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=45.19%
G=26.92%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141848700.400.380.45356.8425.3344.12
Hex8D5457028262D165192c
Octal21512412705046555453154
Binary1000110110101001010111010100010011010110110110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5457; }

 p { color: rgb(141,84,87); }

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

<style>
 a { background-color: #8D5457; }

 a { background-color: rgb(141,84,87); }

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

<style>
 span { border-color: #8D5457; }

 span { border-color: rgb(141,84,87); }

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