#8A4F57

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

Shades of Solid Pink #8A4F57

Tints of Solid Pink #8A4F57

Color information

#8A4F57 (or 0x8A4F57) is unknown color: approx Solid Pink. HEX triplet: 8A, 4F and 57. RGB value is (138,79,87). Sum of RGB (Red+Green+Blue) = 138+79+87=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4F57 is #75B0A8. Grayscale: #616161. Windows color (decimal): -7712937 or 5721994. OLE color: 5721994.

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

Color convert

RGB1387987-
CMYK00.430.370.46
HSL351.86º27.19%42.55%-
HSV(B)351.86º42.75%54.12%-
XYZ1511.6810.48-
YUV97.55122.05156.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=45.39%
G=25.99%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138798700.430.370.46351.8627.1942.55
Hex8A4F5702B252E1601b2b
Octal21211712705345565403353
Binary1000101010011111010111010101110010110111010110000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,87); }

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

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

 a { background-color: rgb(138,79,87); }

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

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

 span { border-color: rgb(138,79,87); }

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