#8D5658

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

Shades of Solid Pink #8D5658

Tints of Solid Pink #8D5658

Color information

#8D5658 (or 0x8D5658) is unknown color: approx Solid Pink. HEX triplet: 8D, 56 and 58. RGB value is (141,86,88). Sum of RGB (Red+Green+Blue) = 141+86+88=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5658 is #72A9A7. Grayscale: #666666. Windows color (decimal): -7514536 or 5789325. OLE color: 5789325.

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

Color convert

RGB1418688-
CMYK00.390.380.45
HSL357.82º24.23%44.51%-
HSV(B)357.82º39.01%55.29%-
XYZ16.0713.0210.9-
YUV102.67119.72155.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=44.76%
G=27.30%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141868800.390.380.45357.8224.2344.51
Hex8D5658027262D166182d
Octal21512613004746555463055
Binary1000110110101101011000010011110011010110110110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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