Html Css Color HEX #935873 Mauve Taupe

📋 copy color: '#935873'

red 147 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #935873

Tints of Mauve Taupe #935873

RGB

 RED value IS 147 (57.81% from 255) = 42%

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

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 42%
G = 25.14%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935873 (or 0x935873) is known color: Mauve Taupe. HEX triplet: 93, 58 and 73. RGB value is (147,88,115). Sum of RGB (Red+Green+Blue) = 147+88+115=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935873 is #6CA78C. Grayscale: #6C6C6C. Windows color (decimal): -7120781 or 7559315. OLE color: 7559315.

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

Color convert

RGB 147 88 115 -
CMYK 0 0.40 0.22 0.42
HSL 332.54º 0.25% 0.46% -
HSV(B) 332.54º 0.4% 0.58% -
XYZ 18.62 14.42 18.02 -
YUV 108.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 147 88 115 0 0.40 0.22 0.42 332.54 0.25 0.46
Hex 93 58 73 0 28 16 2A 14D 19 2E
Octal 223 130 163 0 50 26 52 515 31 56
Binary 10010011 1011000 1110011 0 101000 10110 101010 101001101 11001 101110

Color Harmonies of #935873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935873

Black with #935873

Text Example


Text Example

White with #935873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935873; }

 p { color: rgb(147,88,115); }

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

background-color css

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

 a { background-color: rgb(147,88,115); }

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

border-color css

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

 span { border-color: rgb(147,88,115); }

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