#8D3E47

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

Shades of Solid Pink #8D3E47

Tints of Solid Pink #8D3E47

Color information

#8D3E47 (or 0x8D3E47) is unknown color: approx Solid Pink. HEX triplet: 8D, 3E and 47. RGB value is (141,62,71). Sum of RGB (Red+Green+Blue) = 141+62+71=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3E47 is #72C1B8. Grayscale: #565656. Windows color (decimal): -7520697 or 4669069. OLE color: 4669069.

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

Color convert

RGB1416271-
CMYK00.560.500.45
HSL353.16º38.92%39.8%-
HSV(B)353.16º56.03%55.29%-
XYZ13.849.567.08-
YUV86.65119.17166.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=51.46%
G=22.63%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141627100.560.500.45353.1638.9239.8
Hex8D3E47038322D1612728
Octal2157610707062555414750
Binary1000110111111010001110111000110010101101101100001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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