#8D5055

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

Shades of Solid Pink #8D5055

Tints of Solid Pink #8D5055

Color information

#8D5055 (or 0x8D5055) is unknown color: approx Solid Pink. HEX triplet: 8D, 50 and 55. RGB value is (141,80,85). Sum of RGB (Red+Green+Blue) = 141+80+85=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5055 is #72AFAA. Grayscale: #626262. Windows color (decimal): -7516075 or 5591181. OLE color: 5591181.

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

Color convert

RGB1418085-
CMYK00.430.400.45
HSL355.08º27.6%43.33%-
HSV(B)355.08º43.26%55.29%-
XYZ15.4912.0610.1-
YUV98.81120.21158.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=46.08%
G=26.14%
B=27.78%

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
Decimal141808500.430.400.45355.0827.643.33
Hex8D505502B282D1631c2b
Octal21512012505350555433453
Binary1000110110100001010101010101110100010110110110001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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