#8B4E50

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

Shades of Solid Pink #8B4E50

Tints of Solid Pink #8B4E50

Color information

#8B4E50 (or 0x8B4E50) is unknown color: approx Solid Pink. HEX triplet: 8B, 4E and 50. RGB value is (139,78,80). Sum of RGB (Red+Green+Blue) = 139+78+80=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E50 is #74B1AF. Grayscale: #606060. Windows color (decimal): -7647664 or 5262987. OLE color: 5262987.

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

Color convert

RGB1397880-
CMYK00.440.420.45
HSL358.03º28.11%42.55%-
HSV(B)358.03º43.88%54.51%-
XYZ14.8211.529.03-
YUV96.47118.71158.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=46.80%
G=26.26%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139788000.440.420.45358.0328.1142.55
Hex8B4E5002C2A2D1661c2b
Octal21311612005452555463453
Binary1000101110011101010000010110010101010110110110011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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