Html Css Color HEX #975971 Mauve Taupe

📋 copy color: '#975971'

red 151 ◦ green 89 ◦ blue 113

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

Shades of Mauve Taupe #975971

Tints of Mauve Taupe #975971

RGB

 RED value IS 151 (59.38% from 255) = 42.78%

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

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

R = 42.78%
G = 25.21%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#975971 (or 0x975971) is known color: Mauve Taupe. HEX triplet: 97, 59 and 71. RGB value is (151,89,113). Sum of RGB (Red+Green+Blue) = 151+89+113=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #975971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975971 is #68A68E. Grayscale: #6E6E6E. Windows color (decimal): -6858383 or 7428503. OLE color: 7428503.

HSL color Cylindrical-coordinate representation of color #975971: hue angle of 336.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975971 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 113 -
CMYK 0 0.41 0.25 0.41
HSL 336.77º 0.26% 0.47% -
HSV(B) 336.77º 0.41% 0.59% -
XYZ 19.32 14.92 17.48 -
YUV 110.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 151 89 113 0 0.41 0.25 0.41 336.77 0.26 0.47
Hex 97 59 71 0 29 19 29 151 1A 2F
Octal 227 131 161 0 51 31 51 521 32 57
Binary 10010111 1011001 1110001 0 101001 11001 101001 101010001 11010 101111

Color Harmonies of #975971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975971

Black with #975971

Text Example


Text Example

White with #975971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975971; }

 p { color: rgb(151,89,113); }

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

background-color css

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

 a { background-color: rgb(151,89,113); }

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

border-color css

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

 span { border-color: rgb(151,89,113); }

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