#8B5558

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

Shades of Solid Pink #8B5558

Tints of Solid Pink #8B5558

Color information

#8B5558 (or 0x8B5558) is unknown color: approx Solid Pink. HEX triplet: 8B, 55 and 58. RGB value is (139,85,88). Sum of RGB (Red+Green+Blue) = 139+85+88=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5558 is #74AAA7. Grayscale: #656565. Windows color (decimal): -7645864 or 5789067. OLE color: 5789067.

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

Color convert

RGB1398588-
CMYK00.390.370.45
HSL356.67º24.11%43.92%-
HSV(B)356.67º38.85%54.51%-
XYZ15.6612.6910.86-
YUV101.49120.39154.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=44.55%
G=27.24%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139858800.390.370.45356.6724.1143.92
Hex8B5558027252D165182c
Octal21312513004745555453054
Binary1000101110101011011000010011110010110110110110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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