Html Css Color HEX #975373 Mauve Taupe

📋 copy color: '#975373'

red 151 ◦ green 83 ◦ blue 115

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

Shades of Mauve Taupe #975373

Tints of Mauve Taupe #975373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 43.27%
G = 23.78%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#975373 (or 0x975373) is known color: Mauve Taupe. HEX triplet: 97, 53 and 73. RGB value is (151,83,115). Sum of RGB (Red+Green+Blue) = 151+83+115=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #975373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975373 is #68AC8C. Grayscale: #6A6A6A. Windows color (decimal): -6859917 or 7558039. OLE color: 7558039.

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

Color convert

RGB 151 83 115 -
CMYK 0 0.45 0.24 0.41
HSL 331.76º 0.29% 0.46% -
HSV(B) 331.76º 0.45% 0.59% -
XYZ 18.95 14 17.92 -
YUV 106.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 151 83 115 0 0.45 0.24 0.41 331.76 0.29 0.46
Hex 97 53 73 0 2D 18 29 14C 1D 2E
Octal 227 123 163 0 55 30 51 514 35 56
Binary 10010111 1010011 1110011 0 101101 11000 101001 101001100 11101 101110

Color Harmonies of #975373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975373

Black with #975373

Text Example


Text Example

White with #975373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975373; }

 p { color: rgb(151,83,115); }

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

background-color css

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

 a { background-color: rgb(151,83,115); }

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

border-color css

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

 span { border-color: rgb(151,83,115); }

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