#8D4749

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

Shades of Solid Pink #8D4749

Tints of Solid Pink #8D4749

Color information

#8D4749 (or 0x8D4749) is unknown color: approx Solid Pink. HEX triplet: 8D, 47 and 49. RGB value is (141,71,73). Sum of RGB (Red+Green+Blue) = 141+71+73=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4749 is #72B8B6. Grayscale: #5C5C5C. Windows color (decimal): -7518391 or 4802445. OLE color: 4802445.

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

Color convert

RGB1417173-
CMYK00.500.480.45
HSL358.29º33.02%41.57%-
HSV(B)358.29º49.65%55.29%-
XYZ14.4410.657.6-
YUV92.16117.19162.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=49.47%
G=24.91%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141717300.500.480.45358.2933.0241.57
Hex8D4749032302D166212a
Octal21510711106260555464152
Binary10001101100011110010010110010110000101101101100110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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