#8B575B

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

Shades of Solid Pink #8B575B

Tints of Solid Pink #8B575B

Color information

#8B575B (or 0x8B575B) is unknown color: approx Solid Pink. HEX triplet: 8B, 57 and 5B. RGB value is (139,87,91). Sum of RGB (Red+Green+Blue) = 139+87+91=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B575B is #74A8A4. Grayscale: #676767. Windows color (decimal): -7645349 or 5986187. OLE color: 5986187.

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

Color convert

RGB1398791-
CMYK00.370.350.45
HSL355.38º23.01%44.31%-
HSV(B)355.38º37.41%54.51%-
XYZ15.9413.0611.58-
YUV103121.23153.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=43.85%
G=27.44%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139879100.370.350.45355.3823.0144.31
Hex8B575B025232D163172c
Octal21312713304543555432754
Binary1000101110101111011011010010110001110110110110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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