Html Css Color HEX #8B5771 Mauve Taupe

📋 copy color: '#8B5771'

red 139 ◦ green 87 ◦ blue 113

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

Shades of Mauve Taupe #8B5771

Tints of Mauve Taupe #8B5771

RGB

 RED value IS 139 (54.69% from 255) = 41%

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 41%
G = 25.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B5771 (or 0x8B5771) is known color: Mauve Taupe. HEX triplet: 8B, 57 and 71. RGB value is (139,87,113). Sum of RGB (Red+Green+Blue) = 139+87+113=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5771 is #74A88E. Grayscale: #696969. Windows color (decimal): -7645327 or 7427979. OLE color: 7427979.

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

Color convert

RGB 139 87 113 -
CMYK 0 0.37 0.19 0.45
HSL 330º 0.23% 0.44% -
HSV(B) 330º 0.37% 0.55% -
XYZ 17.04 13.5 17.33 -
YUV 105.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 139 87 113 0 0.37 0.19 0.45 330 0.23 0.44
Hex 8B 57 71 0 25 13 2D 14A 17 2C
Octal 213 127 161 0 45 23 55 512 27 54
Binary 10001011 1010111 1110001 0 100101 10011 101101 101001010 10111 101100

Color Harmonies of #8B5771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5771

Black with #8B5771

Text Example


Text Example

White with #8B5771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,113); }

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

background-color css

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

 a { background-color: rgb(139,87,113); }

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

border-color css

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

 span { border-color: rgb(139,87,113); }

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