#8B4149

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

Shades of Solid Pink #8B4149

Tints of Solid Pink #8B4149

Color information

#8B4149 (or 0x8B4149) is unknown color: approx Solid Pink. HEX triplet: 8B, 41 and 49. RGB value is (139,65,73). Sum of RGB (Red+Green+Blue) = 139+65+73=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4149 is #74BEB6. Grayscale: #585858. Windows color (decimal): -7650999 or 4800907. OLE color: 4800907.

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

Color convert

RGB1396573-
CMYK00.530.470.45
HSL353.51º36.27%40%-
HSV(B)353.51º53.24%54.51%-
XYZ13.749.757.46-
YUV88.04119.52164.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=50.18%
G=23.47%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139657300.530.470.45353.5136.2740
Hex8B41490352F2D1622428
Octal21310111106557555424450
Binary10001011100000110010010110101101111101101101100010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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