#8D5659

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

Shades of Solid Pink #8D5659

Tints of Solid Pink #8D5659

Color information

#8D5659 (or 0x8D5659) is unknown color: approx Solid Pink. HEX triplet: 8D, 56 and 59. RGB value is (141,86,89). Sum of RGB (Red+Green+Blue) = 141+86+89=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5659 is #72A9A6. Grayscale: #666666. Windows color (decimal): -7514535 or 5854861. OLE color: 5854861.

HSL color Cylindrical-coordinate representation of color #8D5659: hue angle of 356.73º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5659 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1418689-
CMYK00.390.370.45
HSL356.73º24.23%44.51%-
HSV(B)356.73º39.01%55.29%-
XYZ16.1213.0411.12-
YUV102.79120.22155.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=44.62%
G=27.22%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141868900.390.370.45356.7324.2344.51
Hex8D5659027252D165182d
Octal21512613104745555453055
Binary1000110110101101011001010011110010110110110110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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