Html Css Color HEX #9F5975 Mauve Taupe

📋 copy color: '#9F5975'

red 159 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #9F5975

Tints of Mauve Taupe #9F5975

RGB

 RED value IS 159 (62.5% from 255) = 43.56%

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 43.56%
G = 24.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F5975 (or 0x9F5975) is known color: Mauve Taupe. HEX triplet: 9F, 59 and 75. RGB value is (159,89,117). Sum of RGB (Red+Green+Blue) = 159+89+117=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5975 is #60A68A. Grayscale: #717171. Windows color (decimal): -6334091 or 7690655. OLE color: 7690655.

HSL color Cylindrical-coordinate representation of color #9F5975: hue angle of 336º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5975 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 117 -
CMYK 0 0.44 0.26 0.38
HSL 336º 0.28% 0.49% -
HSV(B) 336º 0.44% 0.62% -
XYZ 21.08 15.8 18.77 -
YUV 113.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 159 89 117 0 0.44 0.26 0.38 336 0.28 0.49
Hex 9F 59 75 0 2C 1A 26 150 1C 31
Octal 237 131 165 0 54 32 46 520 34 61
Binary 10011111 1011001 1110101 0 101100 11010 100110 101010000 11100 110001

Color Harmonies of #9F5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5975

Black with #9F5975

Text Example


Text Example

White with #9F5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5975; }

 p { color: rgb(159,89,117); }

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

background-color css

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

 a { background-color: rgb(159,89,117); }

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

border-color css

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

 span { border-color: rgb(159,89,117); }

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