#8D4C50

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

Shades of Solid Pink #8D4C50

Tints of Solid Pink #8D4C50

Color information

#8D4C50 (or 0x8D4C50) is unknown color: approx Solid Pink. HEX triplet: 8D, 4C and 50. RGB value is (141,76,80). Sum of RGB (Red+Green+Blue) = 141+76+80=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C50 is #72B3AF. Grayscale: #5F5F5F. Windows color (decimal): -7517104 or 5262477. OLE color: 5262477.

HSL color Cylindrical-coordinate representation of color #8D4C50: hue angle of 356.31º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4C50 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1417680-
CMYK00.460.430.45
HSL356.31º29.95%42.55%-
HSV(B)356.31º46.1%55.29%-
XYZ15.0211.419-
YUV95.89119.03160.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=47.47%
G=25.59%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141768000.460.430.45356.3129.9542.55
Hex8D4C5002E2B2D1641e2b
Octal21511412005653555443653
Binary1000110110011001010000010111010101110110110110010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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