#8D4F52

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

Shades of Solid Pink #8D4F52

Tints of Solid Pink #8D4F52

Color information

#8D4F52 (or 0x8D4F52) is unknown color: approx Solid Pink. HEX triplet: 8D, 4F and 52. RGB value is (141,79,82). Sum of RGB (Red+Green+Blue) = 141+79+82=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4F52 is #72B0AD. Grayscale: #616161. Windows color (decimal): -7516334 or 5394317. OLE color: 5394317.

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

Color convert

RGB1417982-
CMYK00.440.420.45
HSL357.1º28.18%43.14%-
HSV(B)357.1º43.97%55.29%-
XYZ15.311.869.47-
YUV97.88119.04158.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=46.69%
G=26.16%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141798200.440.420.45357.128.1843.14
Hex8D4F5202C2A2D1651c2b
Octal21511712205452555453453
Binary1000110110011111010010010110010101010110110110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,79,82); }

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

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

 a { background-color: rgb(141,79,82); }

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

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

 span { border-color: rgb(141,79,82); }

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