#8D5A5B

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

Shades of Solid Pink #8D5A5B

Tints of Solid Pink #8D5A5B

Color information

#8D5A5B (or 0x8D5A5B) is unknown color: approx Solid Pink. HEX triplet: 8D, 5A and 5B. RGB value is (141,90,91). Sum of RGB (Red+Green+Blue) = 141+90+91=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A5B is #72A5A4. Grayscale: #696969. Windows color (decimal): -7513509 or 5986957. OLE color: 5986957.

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

Color convert

RGB1419091-
CMYK00.360.350.45
HSL358.82º22.08%45.29%-
HSV(B)358.82º36.17%55.29%-
XYZ16.5313.7311.68-
YUV105.36119.9153.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=43.79%
G=27.95%
B=28.26%

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
Decimal141909100.360.350.45358.8222.0845.29
Hex8D5A5B024232D167162d
Octal21513213304443555472655
Binary1000110110110101011011010010010001110110110110011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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