#8B4B4C

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

Shades of Solid Pink #8B4B4C

Tints of Solid Pink #8B4B4C

Color information

#8B4B4C (or 0x8B4B4C) is unknown color: approx Solid Pink. HEX triplet: 8B, 4B and 4C. RGB value is (139,75,76). Sum of RGB (Red+Green+Blue) = 139+75+76=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4B4C is #74B4B3. Grayscale: #5E5E5E. Windows color (decimal): -7648436 or 5000075. OLE color: 5000075.

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

Color convert

RGB1397576-
CMYK00.460.450.45
HSL359.06º29.91%41.96%-
HSV(B)359.06º46.04%54.51%-
XYZ14.4711.048.21-
YUV94.25117.7159.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=47.93%
G=25.86%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139757600.460.450.45359.0629.9141.96
Hex8B4B4C02E2D2D1671e2a
Octal21311311405655555473652
Binary1000101110010111001100010111010110110110110110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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