Html Css Color HEX #8D5B64 Mauve Taupe

📋 copy color: '#8D5B64'

red 141 ◦ green 91 ◦ blue 100

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

Shades of Mauve Taupe #8D5B64

Tints of Mauve Taupe #8D5B64

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 42.47%
G = 27.41%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8D5B64 (or 0x8D5B64) is known color: Mauve Taupe. HEX triplet: 8D, 5B and 64. RGB value is (141,91,100). Sum of RGB (Red+Green+Blue) = 141+91+100=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B64 is #72A49B. Grayscale: #6A6A6A. Windows color (decimal): -7513244 or 6577037. OLE color: 6577037.

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

Color convert

RGB 141 91 100 -
CMYK 0 0.35 0.29 0.45
HSL 349.2º 0.22% 0.45% -
HSV(B) 349.2º 0.35% 0.55% -
XYZ 17.03 14.06 13.87 -
YUV 106.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 141 91 100 0 0.35 0.29 0.45 349.2 0.22 0.45
Hex 8D 5B 64 0 23 1D 2D 15D 16 2D
Octal 215 133 144 0 43 35 55 535 26 55
Binary 10001101 1011011 1100100 0 100011 11101 101101 101011101 10110 101101

Color Harmonies of #8D5B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5B64

Black with #8D5B64

Text Example


Text Example

White with #8D5B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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