Html Css Color HEX #8B596E Mauve Taupe

📋 copy color: '#8B596E'

red 139 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #8B596E

Tints of Mauve Taupe #8B596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 41.12%
G = 26.33%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B596E (or 0x8B596E) is known color: Mauve Taupe. HEX triplet: 8B, 59 and 6E. RGB value is (139,89,110). Sum of RGB (Red+Green+Blue) = 139+89+110=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B596E is #74A691. Grayscale: #6A6A6A. Windows color (decimal): -7644818 or 7231883. OLE color: 7231883.

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

Color convert

RGB 139 89 110 -
CMYK 0 0.36 0.21 0.45
HSL 334.8º 0.22% 0.45% -
HSV(B) 334.8º 0.36% 0.55% -
XYZ 17.03 13.76 16.51 -
YUV 106.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 139 89 110 0 0.36 0.21 0.45 334.8 0.22 0.45
Hex 8B 59 6E 0 24 15 2D 14F 16 2D
Octal 213 131 156 0 44 25 55 517 26 55
Binary 10001011 1011001 1101110 0 100100 10101 101101 101001111 10110 101101

Color Harmonies of #8B596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B596E

Black with #8B596E

Text Example


Text Example

White with #8B596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,89,110); }

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

background-color css

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

 a { background-color: rgb(139,89,110); }

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

border-color css

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

 span { border-color: rgb(139,89,110); }

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