Html Css Color HEX #9F5873 Mauve Taupe

📋 copy color: '#9F5873'

red 159 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #9F5873

Tints of Mauve Taupe #9F5873

RGB

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

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

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

R = 43.92%
G = 24.31%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F5873 (or 0x9F5873) is known color: Mauve Taupe. HEX triplet: 9F, 58 and 73. RGB value is (159,88,115). Sum of RGB (Red+Green+Blue) = 159+88+115=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5873 is #60A78C. Grayscale: #707070. Windows color (decimal): -6334349 or 7559327. OLE color: 7559327.

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

Color convert

RGB 159 88 115 -
CMYK 0 0.45 0.28 0.38
HSL 337.18º 0.29% 0.48% -
HSV(B) 337.18º 0.45% 0.62% -
XYZ 20.88 15.59 18.13 -
YUV 112.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 159 88 115 0 0.45 0.28 0.38 337.18 0.29 0.48
Hex 9F 58 73 0 2D 1C 26 151 1D 30
Octal 237 130 163 0 55 34 46 521 35 60
Binary 10011111 1011000 1110011 0 101101 11100 100110 101010001 11101 110000

Color Harmonies of #9F5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5873

Black with #9F5873

Text Example


Text Example

White with #9F5873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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