Html Css Color HEX #975572 Mauve Taupe

📋 copy color: '#975572'

red 151 ◦ green 85 ◦ blue 114

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

Shades of Mauve Taupe #975572

Tints of Mauve Taupe #975572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 43.14%
G = 24.29%
B = 32.57%

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

#975572 (or 0x975572) is known color: Mauve Taupe. HEX triplet: 97, 55 and 72. RGB value is (151,85,114). Sum of RGB (Red+Green+Blue) = 151+85+114=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #975572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975572 is #68AA8D. Grayscale: #6B6B6B. Windows color (decimal): -6859406 or 7493015. OLE color: 7493015.

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

Color convert

RGB 151 85 114 -
CMYK 0 0.44 0.25 0.41
HSL 333.64º 0.28% 0.46% -
HSV(B) 333.64º 0.44% 0.59% -
XYZ 19.05 14.29 17.67 -
YUV 108.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 151 85 114 0 0.44 0.25 0.41 333.64 0.28 0.46
Hex 97 55 72 0 2C 19 29 14E 1C 2E
Octal 227 125 162 0 54 31 51 516 34 56
Binary 10010111 1010101 1110010 0 101100 11001 101001 101001110 11100 101110

Color Harmonies of #975572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975572

Black with #975572

Text Example


Text Example

White with #975572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975572; }

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

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

background-color css

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

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

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

border-color css

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

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

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