#8B4549

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

Shades of Solid Pink #8B4549

Tints of Solid Pink #8B4549

Color information

#8B4549 (or 0x8B4549) is unknown color: approx Solid Pink. HEX triplet: 8B, 45 and 49. RGB value is (139,69,73). Sum of RGB (Red+Green+Blue) = 139+69+73=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4549 is #74BAB6. Grayscale: #5A5A5A. Windows color (decimal): -7649975 or 4801931. OLE color: 4801931.

HSL color Cylindrical-coordinate representation of color #8B4549: hue angle of 356.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4549 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1396973-
CMYK00.500.470.45
HSL356.57º33.65%40.78%-
HSV(B)356.57º50.36%54.51%-
XYZ13.9810.237.54-
YUV90.39118.19162.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=49.47%
G=24.56%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139697300.500.470.45356.5733.6540.78
Hex8B45490322F2D1652229
Octal21310511106257555454251
Binary10001011100010110010010110010101111101101101100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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