Html Css Color HEX #905971 Mauve Taupe

📋 copy color: '#905971'

red 144 ◦ green 89 ◦ blue 113

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

Shades of Mauve Taupe #905971

Tints of Mauve Taupe #905971

RGB

 RED value IS 144 (56.64% from 255) = 41.62%

 GREEN value IS 89 (35.16% from 255) = 25.72%

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

R = 41.62%
G = 25.72%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#905971 (or 0x905971) is known color: Mauve Taupe. HEX triplet: 90, 59 and 71. RGB value is (144,89,113). Sum of RGB (Red+Green+Blue) = 144+89+113=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905971 is #6FA68E. Grayscale: #6C6C6C. Windows color (decimal): -7317135 or 7428496. OLE color: 7428496.

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

Color convert

RGB 144 89 113 -
CMYK 0 0.38 0.22 0.44
HSL 333.82º 0.24% 0.46% -
HSV(B) 333.82º 0.38% 0.56% -
XYZ 18.05 14.27 17.42 -
YUV 108.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 144 89 113 0 0.38 0.22 0.44 333.82 0.24 0.46
Hex 90 59 71 0 26 16 2C 14E 18 2E
Octal 220 131 161 0 46 26 54 516 30 56
Binary 10010000 1011001 1110001 0 100110 10110 101100 101001110 11000 101110

Color Harmonies of #905971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905971

Black with #905971

Text Example


Text Example

White with #905971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905971; }

 p { color: rgb(144,89,113); }

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

background-color css

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

 a { background-color: rgb(144,89,113); }

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

border-color css

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

 span { border-color: rgb(144,89,113); }

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