Html Css Color HEX #8D596B Mauve Taupe

📋 copy color: '#8D596B'

red 141 ◦ green 89 ◦ blue 107

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

Shades of Mauve Taupe #8D596B

Tints of Mauve Taupe #8D596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 41.84%
G = 26.41%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8D596B (or 0x8D596B) is known color: Mauve Taupe. HEX triplet: 8D, 59 and 6B. RGB value is (141,89,107). Sum of RGB (Red+Green+Blue) = 141+89+107=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D596B is #72A694. Grayscale: #6A6A6A. Windows color (decimal): -7513749 or 7035277. OLE color: 7035277.

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

Color convert

RGB 141 89 107 -
CMYK 0 0.37 0.24 0.45
HSL 339.23º 0.23% 0.45% -
HSV(B) 339.23º 0.37% 0.55% -
XYZ 17.21 13.87 15.68 -
YUV 106.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 141 89 107 0 0.37 0.24 0.45 339.23 0.23 0.45
Hex 8D 59 6B 0 25 18 2D 153 17 2D
Octal 215 131 153 0 45 30 55 523 27 55
Binary 10001101 1011001 1101011 0 100101 11000 101101 101010011 10111 101101

Color Harmonies of #8D596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D596B

Black with #8D596B

Text Example


Text Example

White with #8D596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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