#8D4C54

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

Shades of Solid Pink #8D4C54

Tints of Solid Pink #8D4C54

Color information

#8D4C54 (or 0x8D4C54) is unknown color: approx Solid Pink. HEX triplet: 8D, 4C and 54. RGB value is (141,76,84). Sum of RGB (Red+Green+Blue) = 141+76+84=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C54 is #72B3AB. Grayscale: #606060. Windows color (decimal): -7517100 or 5524621. OLE color: 5524621.

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

Color convert

RGB1417684-
CMYK00.460.400.45
HSL352.62º29.95%42.55%-
HSV(B)352.62º46.1%55.29%-
XYZ15.1711.479.8-
YUV96.35121.03159.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=46.84%
G=25.25%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141768400.460.400.45352.6229.9542.55
Hex8D4C5402E282D1611e2b
Octal21511412405650555413653
Binary1000110110011001010100010111010100010110110110000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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