Html Css Color HEX #975871 Mauve Taupe

📋 copy color: '#975871'

red 151 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #975871

Tints of Mauve Taupe #975871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 42.9%
G = 25%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#975871 (or 0x975871) is known color: Mauve Taupe. HEX triplet: 97, 58 and 71. RGB value is (151,88,113). Sum of RGB (Red+Green+Blue) = 151+88+113=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975871 is #68A78E. Grayscale: #6D6D6D. Windows color (decimal): -6858639 or 7428247. OLE color: 7428247.

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

Color convert

RGB 151 88 113 -
CMYK 0 0.42 0.25 0.41
HSL 336.19º 0.26% 0.47% -
HSV(B) 336.19º 0.42% 0.59% -
XYZ 19.23 14.75 17.46 -
YUV 109.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 151 88 113 0 0.42 0.25 0.41 336.19 0.26 0.47
Hex 97 58 71 0 2A 19 29 150 1A 2F
Octal 227 130 161 0 52 31 51 520 32 57
Binary 10010111 1011000 1110001 0 101010 11001 101001 101010000 11010 101111

Color Harmonies of #975871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975871

Black with #975871

Text Example


Text Example

White with #975871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975871; }

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

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

background-color css

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

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

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

border-color css

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

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

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