#8B4D56

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

Shades of Solid Pink #8B4D56

Tints of Solid Pink #8B4D56

Color information

#8B4D56 (or 0x8B4D56) is unknown color: approx Solid Pink. HEX triplet: 8B, 4D and 56. RGB value is (139,77,86). Sum of RGB (Red+Green+Blue) = 139+77+86=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D56 is #74B2A9. Grayscale: #606060. Windows color (decimal): -7647914 or 5655947. OLE color: 5655947.

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

Color convert

RGB1397786-
CMYK00.450.380.45
HSL351.29º28.7%42.35%-
HSV(B)351.29º44.6%54.51%-
XYZ14.9811.4710.23-
YUV96.56122.04158.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=46.03%
G=25.50%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139778600.450.380.45351.2928.742.35
Hex8B4D5602D262D15f1d2a
Octal21311512605546555373552
Binary1000101110011011010110010110110011010110110101111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,86); }

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

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

 a { background-color: rgb(139,77,86); }

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

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

 span { border-color: rgb(139,77,86); }

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