#8D5455

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

Shades of Solid Pink #8D5455

Tints of Solid Pink #8D5455

Color information

#8D5455 (or 0x8D5455) is unknown color: approx Solid Pink. HEX triplet: 8D, 54 and 55. RGB value is (141,84,85). Sum of RGB (Red+Green+Blue) = 141+84+85=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5455 is #72ABAA. Grayscale: #656565. Windows color (decimal): -7515051 or 5592205. OLE color: 5592205.

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

Color convert

RGB1418485-
CMYK00.400.400.45
HSL358.95º25.33%44.12%-
HSV(B)358.95º40.43%55.29%-
XYZ15.7912.6610.21-
YUV101.16118.88156.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.48%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=45.48%
G=27.10%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141848500.400.400.45358.9525.3344.12
Hex8D5455028282D167192c
Octal21512412505050555473154
Binary1000110110101001010101010100010100010110110110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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