Html Css Color HEX #925871 Mauve Taupe

📋 copy color: '#925871'

red 146 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #925871

Tints of Mauve Taupe #925871

RGB

 RED value IS 146 (57.42% from 255) = 42.07%

 GREEN value IS 88 (34.77% from 255) = 25.36%

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

R = 42.07%
G = 25.36%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#925871 (or 0x925871) is known color: Mauve Taupe. HEX triplet: 92, 58 and 71. RGB value is (146,88,113). Sum of RGB (Red+Green+Blue) = 146+88+113=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #925871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925871 is #6DA78E. Grayscale: #6C6C6C. Windows color (decimal): -7186319 or 7428242. OLE color: 7428242.

HSL color Cylindrical-coordinate representation of color #925871: hue angle of 334.14º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925871 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 88 113 -
CMYK 0 0.40 0.23 0.43
HSL 334.14º 0.25% 0.46% -
HSV(B) 334.14º 0.4% 0.57% -
XYZ 18.32 14.28 17.41 -
YUV 108.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 146 88 113 0 0.40 0.23 0.43 334.14 0.25 0.46
Hex 92 58 71 0 28 17 2B 14E 19 2E
Octal 222 130 161 0 50 27 53 516 31 56
Binary 10010010 1011000 1110001 0 101000 10111 101011 101001110 11001 101110

Color Harmonies of #925871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925871

Black with #925871

Text Example


Text Example

White with #925871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925871; }

 p { color: rgb(146,88,113); }

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

background-color css

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

 a { background-color: rgb(146,88,113); }

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

border-color css

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

 span { border-color: rgb(146,88,113); }

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