#8B4E54

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

Shades of Solid Pink #8B4E54

Tints of Solid Pink #8B4E54

Color information

#8B4E54 (or 0x8B4E54) is unknown color: approx Solid Pink. HEX triplet: 8B, 4E and 54. RGB value is (139,78,84). Sum of RGB (Red+Green+Blue) = 139+78+84=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E54 is #74B1AB. Grayscale: #606060. Windows color (decimal): -7647660 or 5525131. OLE color: 5525131.

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

Color convert

RGB1397884-
CMYK00.440.400.45
HSL354.1º28.11%42.55%-
HSV(B)354.1º43.88%54.51%-
XYZ14.9711.589.83-
YUV96.92120.71158.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=46.18%
G=25.91%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139788400.440.400.45354.128.1142.55
Hex8B4E5402C282D1621c2b
Octal21311612405450555423453
Binary1000101110011101010100010110010100010110110110001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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