#8D474D

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

Shades of Solid Pink #8D474D

Tints of Solid Pink #8D474D

Color information

#8D474D (or 0x8D474D) is unknown color: approx Solid Pink. HEX triplet: 8D, 47 and 4D. RGB value is (141,71,77). Sum of RGB (Red+Green+Blue) = 141+71+77=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D474D is #72B8B2. Grayscale: #5C5C5C. Windows color (decimal): -7518387 or 5064589. OLE color: 5064589.

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

Color convert

RGB1417177-
CMYK00.500.450.45
HSL354.86º33.02%41.57%-
HSV(B)354.86º49.65%55.29%-
XYZ14.5810.718.32-
YUV92.61119.19162.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=48.79%
G=24.57%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141717700.500.450.45354.8633.0241.57
Hex8D474D0322D2D163212a
Octal21510711506255555434152
Binary10001101100011110011010110010101101101101101100011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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