#8D4C57

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

Shades of Solid Pink #8D4C57

Tints of Solid Pink #8D4C57

Color information

#8D4C57 (or 0x8D4C57) is unknown color: approx Solid Pink. HEX triplet: 8D, 4C and 57. RGB value is (141,76,87). Sum of RGB (Red+Green+Blue) = 141+76+87=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C57 is #72B3A8. Grayscale: #606060. Windows color (decimal): -7517097 or 5721229. OLE color: 5721229.

HSL color Cylindrical-coordinate representation of color #8D4C57: hue angle of 349.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4C57 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1417687-
CMYK00.460.380.45
HSL349.85º29.95%42.55%-
HSV(B)349.85º46.1%55.29%-
XYZ15.2911.5210.43-
YUV96.69122.53159.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=46.38%
G=25%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141768700.460.380.45349.8529.9542.55
Hex8D4C5702E262D15e1e2b
Octal21511412705646555363653
Binary1000110110011001010111010111010011010110110101111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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