#8D5759

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

Shades of Solid Pink #8D5759

Tints of Solid Pink #8D5759

Color information

#8D5759 (or 0x8D5759) is unknown color: approx Solid Pink. HEX triplet: 8D, 57 and 59. RGB value is (141,87,89). Sum of RGB (Red+Green+Blue) = 141+87+89=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5759 is #72A8A6. Grayscale: #676767. Windows color (decimal): -7514279 or 5855117. OLE color: 5855117.

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

Color convert

RGB1418789-
CMYK00.380.370.45
HSL357.78º23.68%44.71%-
HSV(B)357.78º38.3%55.29%-
XYZ16.213.211.15-
YUV103.37119.89154.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=44.48%
G=27.44%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141878900.380.370.45357.7823.6844.71
Hex8D5759026252D166182d
Octal21512713104645555463055
Binary1000110110101111011001010011010010110110110110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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