#8D5559

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

Shades of Solid Pink #8D5559

Tints of Solid Pink #8D5559

Color information

#8D5559 (or 0x8D5559) is unknown color: approx Solid Pink. HEX triplet: 8D, 55 and 59. RGB value is (141,85,89). Sum of RGB (Red+Green+Blue) = 141+85+89=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5559 is #72AAA6. Grayscale: #666666. Windows color (decimal): -7514791 or 5854605. OLE color: 5854605.

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

Color convert

RGB1418589-
CMYK00.400.370.45
HSL355.71º24.78%44.31%-
HSV(B)355.71º39.72%55.29%-
XYZ16.0412.8811.09-
YUV102.2120.55155.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 89 (35.16% from 255) = 28.25%
R=44.76%
G=26.98%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141858900.400.370.45355.7124.7844.31
Hex8D5559028252D164192c
Octal21512513105045555443154
Binary1000110110101011011001010100010010110110110110010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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