#8D5054

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

Shades of Solid Pink #8D5054

Tints of Solid Pink #8D5054

Color information

#8D5054 (or 0x8D5054) is unknown color: approx Solid Pink. HEX triplet: 8D, 50 and 54. RGB value is (141,80,84). Sum of RGB (Red+Green+Blue) = 141+80+84=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5054 is #72AFAB. Grayscale: #626262. Windows color (decimal): -7516076 or 5525645. OLE color: 5525645.

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

Color convert

RGB1418084-
CMYK00.430.400.45
HSL356.07º27.6%43.33%-
HSV(B)356.07º43.26%55.29%-
XYZ15.4512.049.9-
YUV98.7119.71158.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=46.23%
G=26.23%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141808400.430.400.45356.0727.643.33
Hex8D505402B282D1641c2b
Octal21512012405350555443453
Binary1000110110100001010100010101110100010110110110010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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