#8B4D54

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

Shades of Solid Pink #8B4D54

Tints of Solid Pink #8B4D54

Color information

#8B4D54 (or 0x8B4D54) is unknown color: approx Solid Pink. HEX triplet: 8B, 4D and 54. RGB value is (139,77,84). Sum of RGB (Red+Green+Blue) = 139+77+84=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D54 is #74B2AB. Grayscale: #606060. Windows color (decimal): -7647916 or 5524875. OLE color: 5524875.

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

Color convert

RGB1397784-
CMYK00.450.400.45
HSL353.23º28.7%42.35%-
HSV(B)353.23º44.6%54.51%-
XYZ14.911.449.81-
YUV96.34121.04158.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 84 (33.20% from 255) = 28%
R=46.33%
G=25.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139778400.450.400.45353.2328.742.35
Hex8B4D5402D282D1611d2a
Octal21311512405550555413552
Binary1000101110011011010100010110110100010110110110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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