#8B4147

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

Shades of Solid Pink #8B4147

Tints of Solid Pink #8B4147

Color information

#8B4147 (or 0x8B4147) is unknown color: approx Solid Pink. HEX triplet: 8B, 41 and 47. RGB value is (139,65,71). Sum of RGB (Red+Green+Blue) = 139+65+71=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4147 is #74BEB8. Grayscale: #575757. Windows color (decimal): -7651001 or 4669835. OLE color: 4669835.

HSL color Cylindrical-coordinate representation of color #8B4147: hue angle of 355.14º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4147 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1396571-
CMYK00.530.490.45
HSL355.14º36.27%40%-
HSV(B)355.14º53.24%54.51%-
XYZ13.689.727.12-
YUV87.81118.52164.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=50.55%
G=23.64%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139657100.530.490.45355.1436.2740
Hex8B4147035312D1632428
Octal21310110706561555434450
Binary10001011100000110001110110101110001101101101100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,65,71); }

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

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

 a { background-color: rgb(139,65,71); }

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

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

 span { border-color: rgb(139,65,71); }

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