#8B5758

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

Shades of Solid Pink #8B5758

Tints of Solid Pink #8B5758

Color information

#8B5758 (or 0x8B5758) is unknown color: approx Solid Pink. HEX triplet: 8B, 57 and 58. RGB value is (139,87,88). Sum of RGB (Red+Green+Blue) = 139+87+88=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5758 is #74A8A7. Grayscale: #666666. Windows color (decimal): -7645352 or 5789579. OLE color: 5789579.

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

Color convert

RGB1398788-
CMYK00.370.370.45
HSL358.85º23.01%44.31%-
HSV(B)358.85º37.41%54.51%-
XYZ15.8213.0110.91-
YUV102.66119.73153.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=44.27%
G=27.71%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139878800.370.370.45358.8523.0144.31
Hex8B5758025252D167172c
Octal21312713004545555472754
Binary1000101110101111011000010010110010110110110110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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