Html Css Color HEX #945771 Mauve Taupe

📋 copy color: '#945771'

red 148 ◦ green 87 ◦ blue 113

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

Shades of Mauve Taupe #945771

Tints of Mauve Taupe #945771

RGB

 RED value IS 148 (58.2% from 255) = 42.53%

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 42.53%
G = 25%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#945771 (or 0x945771) is known color: Mauve Taupe. HEX triplet: 94, 57 and 71. RGB value is (148,87,113). Sum of RGB (Red+Green+Blue) = 148+87+113=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #945771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945771 is #6BA88E. Grayscale: #6C6C6C. Windows color (decimal): -7055503 or 7427988. OLE color: 7427988.

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

Color convert

RGB 148 87 113 -
CMYK 0 0.41 0.24 0.42
HSL 334.43º 0.26% 0.46% -
HSV(B) 334.43º 0.41% 0.58% -
XYZ 18.6 14.3 17.4 -
YUV 108.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 148 87 113 0 0.41 0.24 0.42 334.43 0.26 0.46
Hex 94 57 71 0 29 18 2A 14E 1A 2E
Octal 224 127 161 0 51 30 52 516 32 56
Binary 10010100 1010111 1110001 0 101001 11000 101010 101001110 11010 101110

Color Harmonies of #945771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945771

Black with #945771

Text Example


Text Example

White with #945771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945771; }

 p { color: rgb(148,87,113); }

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

background-color css

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

 a { background-color: rgb(148,87,113); }

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

border-color css

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

 span { border-color: rgb(148,87,113); }

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