#8D4748

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

Shades of Solid Pink #8D4748

Tints of Solid Pink #8D4748

Color information

#8D4748 (or 0x8D4748) is unknown color: approx Solid Pink. HEX triplet: 8D, 47 and 48. RGB value is (141,71,72). Sum of RGB (Red+Green+Blue) = 141+71+72=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4748 is #72B8B7. Grayscale: #5C5C5C. Windows color (decimal): -7518392 or 4736909. OLE color: 4736909.

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

Color convert

RGB1417172-
CMYK00.500.490.45
HSL359.14º33.02%41.57%-
HSV(B)359.14º49.65%55.29%-
XYZ14.4110.647.42-
YUV92.04116.69162.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=49.65%
G=25%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141717200.500.490.45359.1433.0241.57
Hex8D4748032312D167212a
Octal21510711006261555474152
Binary10001101100011110010000110010110001101101101100111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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