Html Css Color HEX #955471 Mauve Taupe

📋 copy color: '#955471'

red 149 ◦ green 84 ◦ blue 113

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

Shades of Mauve Taupe #955471

Tints of Mauve Taupe #955471

RGB

 RED value IS 149 (58.59% from 255) = 43.06%

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

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

R = 43.06%
G = 24.28%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#955471 (or 0x955471) is known color: Mauve Taupe. HEX triplet: 95, 54 and 71. RGB value is (149,84,113). Sum of RGB (Red+Green+Blue) = 149+84+113=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #955471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955471 is #6AAB8E. Grayscale: #6A6A6A. Windows color (decimal): -6990735 or 7427221. OLE color: 7427221.

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

Color convert

RGB 149 84 113 -
CMYK 0 0.44 0.24 0.42
HSL 333.23º 0.28% 0.46% -
HSV(B) 333.23º 0.44% 0.58% -
XYZ 18.55 13.92 17.33 -
YUV 106.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 149 84 113 0 0.44 0.24 0.42 333.23 0.28 0.46
Hex 95 54 71 0 2C 18 2A 14D 1C 2E
Octal 225 124 161 0 54 30 52 515 34 56
Binary 10010101 1010100 1110001 0 101100 11000 101010 101001101 11100 101110

Color Harmonies of #955471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955471

Black with #955471

Text Example


Text Example

White with #955471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955471; }

 p { color: rgb(149,84,113); }

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

background-color css

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

 a { background-color: rgb(149,84,113); }

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

border-color css

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

 span { border-color: rgb(149,84,113); }

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