#8B4D4E

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

Shades of Solid Pink #8B4D4E

Tints of Solid Pink #8B4D4E

Color information

#8B4D4E (or 0x8B4D4E) is unknown color: approx Solid Pink. HEX triplet: 8B, 4D and 4E. RGB value is (139,77,78). Sum of RGB (Red+Green+Blue) = 139+77+78=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D4E is #74B2B1. Grayscale: #5F5F5F. Windows color (decimal): -7647922 or 5131659. OLE color: 5131659.

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

Color convert

RGB1397778-
CMYK00.450.440.45
HSL359.03º28.7%42.35%-
HSV(B)359.03º44.6%54.51%-
XYZ14.6811.358.62-
YUV95.65118.04158.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=47.28%
G=26.19%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139777800.450.440.45359.0328.742.35
Hex8B4D4E02D2C2D1671d2a
Octal21311511605554555473552
Binary1000101110011011001110010110110110010110110110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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