#8B4E58

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

Shades of Solid Pink #8B4E58

Tints of Solid Pink #8B4E58

Color information

#8B4E58 (or 0x8B4E58) is unknown color: approx Solid Pink. HEX triplet: 8B, 4E and 58. RGB value is (139,78,88). Sum of RGB (Red+Green+Blue) = 139+78+88=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E58 is #74B1A7. Grayscale: #616161. Windows color (decimal): -7647656 or 5787275. OLE color: 5787275.

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

Color convert

RGB1397888-
CMYK00.440.370.45
HSL350.16º28.11%42.55%-
HSV(B)350.16º43.88%54.51%-
XYZ15.1311.6410.68-
YUV97.38122.71157.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=45.57%
G=25.57%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139788800.440.370.45350.1628.1142.55
Hex8B4E5802C252D15e1c2b
Octal21311613005445555363453
Binary1000101110011101011000010110010010110110110101111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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