Html Css Color HEX #8D5A67 Mauve Taupe

📋 copy color: '#8D5A67'

red 141 ◦ green 90 ◦ blue 103

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

Shades of Mauve Taupe #8D5A67

Tints of Mauve Taupe #8D5A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 42.22%
G = 26.95%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8D5A67 (or 0x8D5A67) is known color: Mauve Taupe. HEX triplet: 8D, 5A and 67. RGB value is (141,90,103). Sum of RGB (Red+Green+Blue) = 141+90+103=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A67 is #72A598. Grayscale: #6A6A6A. Windows color (decimal): -7513497 or 6773389. OLE color: 6773389.

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

Color convert

RGB 141 90 103 -
CMYK 0 0.36 0.27 0.45
HSL 344.71º 0.22% 0.45% -
HSV(B) 344.71º 0.36% 0.55% -
XYZ 17.09 13.95 14.62 -
YUV 106.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 141 90 103 0 0.36 0.27 0.45 344.71 0.22 0.45
Hex 8D 5A 67 0 24 1B 2D 159 16 2D
Octal 215 132 147 0 44 33 55 531 26 55
Binary 10001101 1011010 1100111 0 100100 11011 101101 101011001 10110 101101

Color Harmonies of #8D5A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5A67

Black with #8D5A67

Text Example


Text Example

White with #8D5A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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