#8C4D51

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

Shades of Solid Pink #8C4D51

Tints of Solid Pink #8C4D51

Color information

#8C4D51 (or 0x8C4D51) is unknown color: approx Solid Pink. HEX triplet: 8C, 4D and 51. RGB value is (140,77,81). Sum of RGB (Red+Green+Blue) = 140+77+81=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4D51 is #73B2AE. Grayscale: #606060. Windows color (decimal): -7582383 or 5328268. OLE color: 5328268.

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

Color convert

RGB1407781-
CMYK00.450.420.45
HSL356.19º29.03%42.55%-
HSV(B)356.19º45%54.9%-
XYZ14.9511.489.21-
YUV96.29119.37159.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.98%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=46.98%
G=25.84%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140778100.450.420.45356.1929.0342.55
Hex8C4D5102D2A2D1641d2b
Octal21411512105552555443553
Binary1000110010011011010001010110110101010110110110010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,77,81); }

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

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

 a { background-color: rgb(140,77,81); }

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

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

 span { border-color: rgb(140,77,81); }

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