#8D5557

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

Shades of Solid Pink #8D5557

Tints of Solid Pink #8D5557

Color information

#8D5557 (or 0x8D5557) is unknown color: approx Solid Pink. HEX triplet: 8D, 55 and 57. RGB value is (141,85,87). Sum of RGB (Red+Green+Blue) = 141+85+87=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5557 is #72AAA8. Grayscale: #666666. Windows color (decimal): -7514793 or 5723533. OLE color: 5723533.

HSL color Cylindrical-coordinate representation of color #8D5557: hue angle of 357.86º 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 #8D5557 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1418587-
CMYK00.400.380.45
HSL357.86º24.78%44.31%-
HSV(B)357.86º39.72%55.29%-
XYZ15.9512.8510.66-
YUV101.97119.55155.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=45.05%
G=27.16%
B=27.80%

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
Decimal141858700.400.380.45357.8624.7844.31
Hex8D5557028262D166192c
Octal21512512705046555463154
Binary1000110110101011010111010100010011010110110110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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