#8D4C51

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

Shades of Solid Pink #8D4C51

Tints of Solid Pink #8D4C51

Color information

#8D4C51 (or 0x8D4C51) is unknown color: approx Solid Pink. HEX triplet: 8D, 4C and 51. RGB value is (141,76,81). Sum of RGB (Red+Green+Blue) = 141+76+81=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C51 is #72B3AE. Grayscale: #606060. Windows color (decimal): -7517103 or 5328013. OLE color: 5328013.

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

Color convert

RGB1417681-
CMYK00.460.430.45
HSL355.38º29.95%42.55%-
HSV(B)355.38º46.1%55.29%-
XYZ15.0511.439.2-
YUV96119.53160.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=47.32%
G=25.50%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141768100.460.430.45355.3829.9542.55
Hex8D4C5102E2B2D1631e2b
Octal21511412105653555433653
Binary1000110110011001010001010111010101110110110110001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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