#8B454D

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

Shades of Solid Pink #8B454D

Tints of Solid Pink #8B454D

Color information

#8B454D (or 0x8B454D) is unknown color: approx Solid Pink. HEX triplet: 8B, 45 and 4D. RGB value is (139,69,77). Sum of RGB (Red+Green+Blue) = 139+69+77=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B454D is #74BAB2. Grayscale: #5A5A5A. Windows color (decimal): -7649971 or 5064075. OLE color: 5064075.

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

Color convert

RGB1396977-
CMYK00.500.450.45
HSL353.14º33.65%40.78%-
HSV(B)353.14º50.36%54.51%-
XYZ14.1210.288.26-
YUV90.84120.19162.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=48.77%
G=24.21%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139697700.500.450.45353.1433.6540.78
Hex8B454D0322D2D1612229
Octal21310511506255555414251
Binary10001011100010110011010110010101101101101101100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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