#8D5758

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

Shades of Solid Pink #8D5758

Tints of Solid Pink #8D5758

Color information

#8D5758 (or 0x8D5758) is unknown color: approx Solid Pink. HEX triplet: 8D, 57 and 58. RGB value is (141,87,88). Sum of RGB (Red+Green+Blue) = 141+87+88=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5758 is #72A8A7. Grayscale: #676767. Windows color (decimal): -7514280 or 5789581. OLE color: 5789581.

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

Color convert

RGB1418788-
CMYK00.380.380.45
HSL358.89º23.68%44.71%-
HSV(B)358.89º38.3%55.29%-
XYZ16.1513.1810.93-
YUV103.26119.39154.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=44.62%
G=27.53%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141878800.380.380.45358.8923.6844.71
Hex8D5758026262D167182d
Octal21512713004646555473055
Binary1000110110101111011000010011010011010110110110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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