#8B494E

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

Shades of Solid Pink #8B494E

Tints of Solid Pink #8B494E

Color information

#8B494E (or 0x8B494E) is unknown color: approx Solid Pink. HEX triplet: 8B, 49 and 4E. RGB value is (139,73,78). Sum of RGB (Red+Green+Blue) = 139+73+78=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B494E is #74B6B1. Grayscale: #5D5D5D. Windows color (decimal): -7648946 or 5130635. OLE color: 5130635.

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

Color convert

RGB1397378-
CMYK00.470.440.45
HSL355.45º31.13%41.57%-
HSV(B)355.45º47.48%54.51%-
XYZ14.4110.88.53-
YUV93.3119.37160.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=47.93%
G=25.17%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139737800.470.440.45355.4531.1341.57
Hex8B494E02F2C2D1631f2a
Octal21311111605754555433752
Binary1000101110010011001110010111110110010110110110001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,78); }

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

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

 a { background-color: rgb(139,73,78); }

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

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

 span { border-color: rgb(139,73,78); }

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