#8D474C

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

Shades of Solid Pink #8D474C

Tints of Solid Pink #8D474C

Color information

#8D474C (or 0x8D474C) is unknown color: approx Solid Pink. HEX triplet: 8D, 47 and 4C. RGB value is (141,71,76). Sum of RGB (Red+Green+Blue) = 141+71+76=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D474C is #72B8B3. Grayscale: #5C5C5C. Windows color (decimal): -7518388 or 4999053. OLE color: 4999053.

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

Color convert

RGB1417176-
CMYK00.500.460.45
HSL355.71º33.02%41.57%-
HSV(B)355.71º49.65%55.29%-
XYZ14.5410.698.13-
YUV92.5118.69162.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 76 (30.08% from 255) = 26.39%
R=48.96%
G=24.65%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141717600.500.460.45355.7133.0241.57
Hex8D474C0322E2D164212a
Octal21510711406256555444152
Binary10001101100011110011000110010101110101101101100100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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