Html Css Color HEX #9F5973 Mauve Taupe

📋 copy color: '#9F5973'

red 159 ◦ green 89 ◦ blue 115

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

Shades of Mauve Taupe #9F5973

Tints of Mauve Taupe #9F5973

RGB

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

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

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

R = 43.8%
G = 24.52%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F5973 (or 0x9F5973) is known color: Mauve Taupe. HEX triplet: 9F, 59 and 73. RGB value is (159,89,115). Sum of RGB (Red+Green+Blue) = 159+89+115=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5973 is #60A68C. Grayscale: #707070. Windows color (decimal): -6334093 or 7559583. OLE color: 7559583.

HSL color Cylindrical-coordinate representation of color #9F5973: hue angle of 337.71º 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 #9F5973 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 115 -
CMYK 0 0.44 0.28 0.38
HSL 337.71º 0.28% 0.49% -
HSV(B) 337.71º 0.44% 0.62% -
XYZ 20.96 15.75 18.16 -
YUV 112.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 159 89 115 0 0.44 0.28 0.38 337.71 0.28 0.49
Hex 9F 59 73 0 2C 1C 26 152 1C 31
Octal 237 131 163 0 54 34 46 522 34 61
Binary 10011111 1011001 1110011 0 101100 11100 100110 101010010 11100 110001

Color Harmonies of #9F5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5973

Black with #9F5973

Text Example


Text Example

White with #9F5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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