Html Css Color HEX #9F5A70 Mauve Taupe

📋 copy color: '#9F5A70'

red 159 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #9F5A70

Tints of Mauve Taupe #9F5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 44.04%
G = 24.93%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F5A70 (or 0x9F5A70) is known color: Mauve Taupe. HEX triplet: 9F, 5A and 70. RGB value is (159,90,112). Sum of RGB (Red+Green+Blue) = 159+90+112=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A70 is #60A58F. Grayscale: #717171. Windows color (decimal): -6333840 or 7363231. OLE color: 7363231.

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

Color convert

RGB 159 90 112 -
CMYK 0 0.43 0.30 0.38
HSL 340.87º 0.28% 0.49% -
HSV(B) 340.87º 0.43% 0.62% -
XYZ 20.88 15.85 17.29 -
YUV 113.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 159 90 112 0 0.43 0.30 0.38 340.87 0.28 0.49
Hex 9F 5A 70 0 2B 1E 26 155 1C 31
Octal 237 132 160 0 53 36 46 525 34 61
Binary 10011111 1011010 1110000 0 101011 11110 100110 101010101 11100 110001

Color Harmonies of #9F5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A70

Black with #9F5A70

Text Example


Text Example

White with #9F5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,112); }

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

background-color css

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

 a { background-color: rgb(159,90,112); }

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

border-color css

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

 span { border-color: rgb(159,90,112); }

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