#8B595B

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

Shades of Solid Pink #8B595B

Tints of Solid Pink #8B595B

Color information

#8B595B (or 0x8B595B) is unknown color: approx Solid Pink. HEX triplet: 8B, 59 and 5B. RGB value is (139,89,91). Sum of RGB (Red+Green+Blue) = 139+89+91=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B595B is #74A6A4. Grayscale: #686868. Windows color (decimal): -7644837 or 5986699. OLE color: 5986699.

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

Color convert

RGB1398991-
CMYK00.360.350.45
HSL357.6º21.93%44.71%-
HSV(B)357.6º35.97%54.51%-
XYZ16.1113.3911.63-
YUV104.18120.56152.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=43.57%
G=27.90%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139899100.360.350.45357.621.9344.71
Hex8B595B024232D166162d
Octal21313113304443555462655
Binary1000101110110011011011010010010001110110110110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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