Html Css Color HEX #975471 Mauve Taupe

📋 copy color: '#975471'

red 151 ◦ green 84 ◦ blue 113

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

Shades of Mauve Taupe #975471

Tints of Mauve Taupe #975471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 43.39%
G = 24.14%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#975471 (or 0x975471) is known color: Mauve Taupe. HEX triplet: 97, 54 and 71. RGB value is (151,84,113). Sum of RGB (Red+Green+Blue) = 151+84+113=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #975471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975471 is #68AB8E. Grayscale: #6B6B6B. Windows color (decimal): -6859663 or 7427223. OLE color: 7427223.

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

Color convert

RGB 151 84 113 -
CMYK 0 0.44 0.25 0.41
HSL 334.03º 0.29% 0.46% -
HSV(B) 334.03º 0.44% 0.59% -
XYZ 18.91 14.11 17.35 -
YUV 107.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 151 84 113 0 0.44 0.25 0.41 334.03 0.29 0.46
Hex 97 54 71 0 2C 19 29 14E 1D 2E
Octal 227 124 161 0 54 31 51 516 35 56
Binary 10010111 1010100 1110001 0 101100 11001 101001 101001110 11101 101110

Color Harmonies of #975471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975471

Black with #975471

Text Example


Text Example

White with #975471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975471; }

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

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

background-color css

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

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

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

border-color css

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

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

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