Html Css Color HEX #8D5859 Solid Pink

📋 copy color: '#8D5859'

red 141 ◦ green 88 ◦ blue 89

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

Shades of Solid Pink #8D5859

Tints of Solid Pink #8D5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 44.34%
G = 27.67%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8D5859 (or 0x8D5859) is known color: Solid Pink. HEX triplet: 8D, 58 and 59. RGB value is (141,88,89). Sum of RGB (Red+Green+Blue) = 141+88+89=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5859 is #72A7A6. Grayscale: #686868. Windows color (decimal): -7514023 or 5855373. OLE color: 5855373.

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

Color convert

RGB 141 88 89 -
CMYK 0 0.38 0.37 0.45
HSL 358.87º 0.23% 0.45% -
HSV(B) 358.87º 0.38% 0.55% -
XYZ 16.28 13.36 11.17 -
YUV 103.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 141 88 89 0 0.38 0.37 0.45 358.87 0.23 0.45
Hex 8D 58 59 0 26 25 2D 167 17 2D
Octal 215 130 131 0 46 45 55 547 27 55
Binary 10001101 1011000 1011001 0 100110 100101 101101 101100111 10111 101101

Color Harmonies of #8D5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5859

Black with #8D5859

Text Example


Text Example

White with #8D5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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