#8D595B

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

Shades of Solid Pink #8D595B

Tints of Solid Pink #8D595B

Color information

#8D595B (or 0x8D595B) is unknown color: approx Solid Pink. HEX triplet: 8D, 59 and 5B. RGB value is (141,89,91). Sum of RGB (Red+Green+Blue) = 141+89+91=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D595B is #72A6A4. Grayscale: #686868. Windows color (decimal): -7513765 or 5986701. OLE color: 5986701.

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

Color convert

RGB1418991-
CMYK00.370.350.45
HSL357.69º22.61%45.1%-
HSV(B)357.69º36.88%55.29%-
XYZ16.4513.5611.65-
YUV104.78120.23153.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=43.93%
G=27.73%
B=28.35%

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
Decimal141899100.370.350.45357.6922.6145.1
Hex8D595B025232D166172d
Octal21513113304543555462755
Binary1000110110110011011011010010110001110110110110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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