#8D404D

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

Shades of Solid Pink #8D404D

Tints of Solid Pink #8D404D

Color information

#8D404D (or 0x8D404D) is unknown color: approx Solid Pink. HEX triplet: 8D, 40 and 4D. RGB value is (141,64,77). Sum of RGB (Red+Green+Blue) = 141+64+77=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D404D is #72BFB2. Grayscale: #585858. Windows color (decimal): -7520179 or 5062797. OLE color: 5062797.

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

Color convert

RGB1416477-
CMYK00.550.450.45
HSL349.87º37.56%40.2%-
HSV(B)349.87º54.61%55.29%-
XYZ14.169.878.18-
YUV88.51121.51165.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=50%
G=22.70%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141647700.550.450.45349.8737.5640.2
Hex8D404D0372D2D15e2628
Octal21510011506755555364650
Binary10001101100000010011010110111101101101101101011110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,77); }

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

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

 a { background-color: rgb(141,64,77); }

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

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

 span { border-color: rgb(141,64,77); }

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