Html Css Color HEX #975472 Mauve Taupe

📋 copy color: '#975472'

red 151 ◦ green 84 ◦ blue 114

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

Shades of Mauve Taupe #975472

Tints of Mauve Taupe #975472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 43.27%
G = 24.07%
B = 32.66%

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

#975472 (or 0x975472) is known color: Mauve Taupe. HEX triplet: 97, 54 and 72. RGB value is (151,84,114). Sum of RGB (Red+Green+Blue) = 151+84+114=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #975472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975472 is #68AB8D. Grayscale: #6B6B6B. Windows color (decimal): -6859662 or 7492759. OLE color: 7492759.

HSL color Cylindrical-coordinate representation of color #975472: hue angle of 333.13º 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 #975472 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 114 -
CMYK 0 0.44 0.25 0.41
HSL 333.13º 0.29% 0.46% -
HSV(B) 333.13º 0.44% 0.59% -
XYZ 18.97 14.13 17.65 -
YUV 107.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 151 84 114 0 0.44 0.25 0.41 333.13 0.29 0.46
Hex 97 54 72 0 2C 19 29 14D 1D 2E
Octal 227 124 162 0 54 31 51 515 35 56
Binary 10010111 1010100 1110010 0 101100 11001 101001 101001101 11101 101110

Color Harmonies of #975472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975472

Black with #975472

Text Example


Text Example

White with #975472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975472; }

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

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

background-color css

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

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

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

border-color css

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

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

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