Html Css Color HEX #8D5559 Solid Pink

📋 copy color: '#8D5559'

red 141 ◦ green 85 ◦ blue 89

#8D5559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #8D5559

Tints of Solid Pink #8D5559

RGB

 RED value IS 141 (55.47% from 255) = 44.76%

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 89 (35.16% from 255) = 28.25%

R = 44.76%
G = 26.98%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8D5559 (or 0x8D5559) is known color: Solid Pink. HEX triplet: 8D, 55 and 59. RGB value is (141,85,89). Sum of RGB (Red+Green+Blue) = 141+85+89=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5559 is #72AAA6. Grayscale: #666666. Windows color (decimal): -7514791 or 5854605. OLE color: 5854605.

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

Color convert

RGB 141 85 89 -
CMYK 0 0.40 0.37 0.45
HSL 355.71º 0.25% 0.44% -
HSV(B) 355.71º 0.4% 0.55% -
XYZ 16.04 12.88 11.09 -
YUV 102.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 141 85 89 0 0.40 0.37 0.45 355.71 0.25 0.44
Hex 8D 55 59 0 28 25 2D 164 19 2C
Octal 215 125 131 0 50 45 55 544 31 54
Binary 10001101 1010101 1011001 0 101000 100101 101101 101100100 11001 101100

Color Harmonies of #8D5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5559

Black with #8D5559

Text Example


Text Example

White with #8D5559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D5559;
 }
 .AnyTagClassName
 {
   color: #8D5559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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