#8B4C50

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

Shades of Solid Pink #8B4C50

Tints of Solid Pink #8B4C50

Color information

#8B4C50 (or 0x8B4C50) is unknown color: approx Solid Pink. HEX triplet: 8B, 4C and 50. RGB value is (139,76,80). Sum of RGB (Red+Green+Blue) = 139+76+80=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C50 is #74B3AF. Grayscale: #5F5F5F. Windows color (decimal): -7648176 or 5262475. OLE color: 5262475.

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

Color convert

RGB1397680-
CMYK00.450.420.45
HSL356.19º29.3%42.16%-
HSV(B)356.19º45.32%54.51%-
XYZ14.6811.248.98-
YUV95.29119.37159.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=47.12%
G=25.76%
B=27.12%

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
Decimal139768000.450.420.45356.1929.342.16
Hex8B4C5002D2A2D1641d2a
Octal21311412005552555443552
Binary1000101110011001010000010110110101010110110110010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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