#8D4550

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

Shades of Solid Pink #8D4550

Tints of Solid Pink #8D4550

Color information

#8D4550 (or 0x8D4550) is unknown color: approx Solid Pink. HEX triplet: 8D, 45 and 50. RGB value is (141,69,80). Sum of RGB (Red+Green+Blue) = 141+69+80=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4550 is #72BAAF. Grayscale: #5B5B5B. Windows color (decimal): -7518896 or 5260685. OLE color: 5260685.

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

Color convert

RGB1416980-
CMYK00.510.430.45
HSL350.83º34.29%41.18%-
HSV(B)350.83º51.06%55.29%-
XYZ14.5610.58.85-
YUV91.78121.35163.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=48.62%
G=23.79%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141698000.510.430.45350.8334.2941.18
Hex8D45500332B2D15f2229
Octal21510512006353555374251
Binary10001101100010110100000110011101011101101101011111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,80); }

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

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

 a { background-color: rgb(141,69,80); }

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

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

 span { border-color: rgb(141,69,80); }

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