#8B4D50

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

Shades of Solid Pink #8B4D50

Tints of Solid Pink #8B4D50

Color information

#8B4D50 (or 0x8B4D50) is unknown color: approx Solid Pink. HEX triplet: 8B, 4D and 50. RGB value is (139,77,80). Sum of RGB (Red+Green+Blue) = 139+77+80=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D50 is #74B2AF. Grayscale: #5F5F5F. Windows color (decimal): -7647920 or 5262731. OLE color: 5262731.

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

Color convert

RGB1397780-
CMYK00.450.420.45
HSL357.1º28.7%42.35%-
HSV(B)357.1º44.6%54.51%-
XYZ14.7511.389.01-
YUV95.88119.04158.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=46.96%
G=26.01%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139778000.450.420.45357.128.742.35
Hex8B4D5002D2A2D1651d2a
Octal21311512005552555453552
Binary1000101110011011010000010110110101010110110110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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