#8B404C

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

Shades of Solid Pink #8B404C

Tints of Solid Pink #8B404C

Color information

#8B404C (or 0x8B404C) is unknown color: approx Solid Pink. HEX triplet: 8B, 40 and 4C. RGB value is (139,64,76). Sum of RGB (Red+Green+Blue) = 139+64+76=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B404C is #74BFB3. Grayscale: #575757. Windows color (decimal): -7651252 or 4997259. OLE color: 4997259.

HSL color Cylindrical-coordinate representation of color #8B404C: hue angle of 350.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B404C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1396476-
CMYK00.540.450.45
HSL350.4º36.95%39.8%-
HSV(B)350.4º53.96%54.51%-
XYZ13.799.687.98-
YUV87.79121.35164.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=49.82%
G=22.94%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139647600.540.450.45350.436.9539.8
Hex8B404C0362D2D15e2528
Octal21310011406655555364550
Binary10001011100000010011000110110101101101101101011110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,64,76); }

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

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

 a { background-color: rgb(139,64,76); }

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

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

 span { border-color: rgb(139,64,76); }

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