#8D4F58

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

Shades of Solid Pink #8D4F58

Tints of Solid Pink #8D4F58

Color information

#8D4F58 (or 0x8D4F58) is unknown color: approx Solid Pink. HEX triplet: 8D, 4F and 58. RGB value is (141,79,88). Sum of RGB (Red+Green+Blue) = 141+79+88=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4F58 is #72B0A7. Grayscale: #626262. Windows color (decimal): -7516328 or 5787533. OLE color: 5787533.

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

Color convert

RGB1417988-
CMYK00.440.380.45
HSL351.29º28.18%43.14%-
HSV(B)351.29º43.97%55.29%-
XYZ15.5411.9610.72-
YUV98.56122.04158.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=45.78%
G=25.65%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141798800.440.380.45351.2928.1843.14
Hex8D4F5802C262D15f1c2b
Octal21511713005446555373453
Binary1000110110011111011000010110010011010110110101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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