#8B4F54

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

Shades of Solid Pink #8B4F54

Tints of Solid Pink #8B4F54

Color information

#8B4F54 (or 0x8B4F54) is unknown color: approx Solid Pink. HEX triplet: 8B, 4F and 54. RGB value is (139,79,84). Sum of RGB (Red+Green+Blue) = 139+79+84=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F54 is #74B0AB. Grayscale: #616161. Windows color (decimal): -7647404 or 5525387. OLE color: 5525387.

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

Color convert

RGB1397984-
CMYK00.430.400.45
HSL355º27.52%42.75%-
HSV(B)355º43.17%54.51%-
XYZ15.0411.729.86-
YUV97.51120.38157.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=46.03%
G=26.16%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139798400.430.400.4535527.5242.75
Hex8B4F5402B282D1631c2b
Octal21311712405350555433453
Binary1000101110011111010100010101110100010110110110001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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