#8D4F51

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

Shades of Solid Pink #8D4F51

Tints of Solid Pink #8D4F51

Color information

#8D4F51 (or 0x8D4F51) is unknown color: approx Solid Pink. HEX triplet: 8D, 4F and 51. RGB value is (141,79,81). Sum of RGB (Red+Green+Blue) = 141+79+81=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4F51 is #72B0AE. Grayscale: #616161. Windows color (decimal): -7516335 or 5328781. OLE color: 5328781.

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

Color convert

RGB1417981-
CMYK00.440.430.45
HSL358.06º28.18%43.14%-
HSV(B)358.06º43.97%55.29%-
XYZ15.2711.859.27-
YUV97.77118.54158.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=46.84%
G=26.25%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141798100.440.430.45358.0628.1843.14
Hex8D4F5102C2B2D1661c2b
Octal21511712105453555463453
Binary1000110110011111010001010110010101110110110110011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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