#8B5556

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

Shades of Solid Pink #8B5556

Tints of Solid Pink #8B5556

Color information

#8B5556 (or 0x8B5556) is unknown color: approx Solid Pink. HEX triplet: 8B, 55 and 56. RGB value is (139,85,86). Sum of RGB (Red+Green+Blue) = 139+85+86=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5556 is #74AAA9. Grayscale: #656565. Windows color (decimal): -7645866 or 5657995. OLE color: 5657995.

HSL color Cylindrical-coordinate representation of color #8B5556: hue angle of 358.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5556 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1398586-
CMYK00.390.380.45
HSL358.89º24.11%43.92%-
HSV(B)358.89º38.85%54.51%-
XYZ15.5812.6610.43-
YUV101.26119.39154.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=44.84%
G=27.42%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139858600.390.380.45358.8924.1143.92
Hex8B5556027262D167182c
Octal21312512604746555473054
Binary1000101110101011010110010011110011010110110110011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,86); }

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

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

 a { background-color: rgb(139,85,86); }

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

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

 span { border-color: rgb(139,85,86); }

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