Html Css Color HEX #8D5C67 Mauve Taupe

📋 copy color: '#8D5C67'

red 141 ◦ green 92 ◦ blue 103

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

Shades of Mauve Taupe #8D5C67

Tints of Mauve Taupe #8D5C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 41.96%
G = 27.38%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8D5C67 (or 0x8D5C67) is known color: Mauve Taupe. HEX triplet: 8D, 5C and 67. RGB value is (141,92,103). Sum of RGB (Red+Green+Blue) = 141+92+103=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C67 is #72A398. Grayscale: #6B6B6B. Windows color (decimal): -7512985 or 6773901. OLE color: 6773901.

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

Color convert

RGB 141 92 103 -
CMYK 0 0.35 0.27 0.45
HSL 346.53º 0.21% 0.46% -
HSV(B) 346.53º 0.35% 0.55% -
XYZ 17.26 14.3 14.68 -
YUV 107.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 141 92 103 0 0.35 0.27 0.45 346.53 0.21 0.46
Hex 8D 5C 67 0 23 1B 2D 15B 15 2E
Octal 215 134 147 0 43 33 55 533 25 56
Binary 10001101 1011100 1100111 0 100011 11011 101101 101011011 10101 101110

Color Harmonies of #8D5C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C67

Black with #8D5C67

Text Example


Text Example

White with #8D5C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,103); }

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

background-color css

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

 a { background-color: rgb(141,92,103); }

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

border-color css

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

 span { border-color: rgb(141,92,103); }

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