#8B5459

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

Shades of Solid Pink #8B5459

Tints of Solid Pink #8B5459

Color information

#8B5459 (or 0x8B5459) is unknown color: approx Solid Pink. HEX triplet: 8B, 54 and 59. RGB value is (139,84,89). Sum of RGB (Red+Green+Blue) = 139+84+89=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5459 is #74ABA6. Grayscale: #656565. Windows color (decimal): -7646119 or 5854347. OLE color: 5854347.

HSL color Cylindrical-coordinate representation of color #8B5459: hue angle of 354.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5459 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1398489-
CMYK00.400.360.45
HSL354.55º24.66%43.73%-
HSV(B)354.55º39.57%54.51%-
XYZ15.6212.5511.05-
YUV101.02121.22155.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=44.55%
G=26.92%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139848900.400.360.45354.5524.6643.73
Hex8B5459028242D163192c
Octal21312413105044555433154
Binary1000101110101001011001010100010010010110110110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,89); }

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

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

 a { background-color: rgb(139,84,89); }

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

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

 span { border-color: rgb(139,84,89); }

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