Html Css Color HEX #9B5A73 Mauve Taupe

📋 copy color: '#9B5A73'

red 155 ◦ green 90 ◦ blue 115

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

Shades of Mauve Taupe #9B5A73

Tints of Mauve Taupe #9B5A73

RGB

 RED value IS 155 (60.94% from 255) = 43.06%

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

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

R = 43.06%
G = 25%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B5A73 (or 0x9B5A73) is known color: Mauve Taupe. HEX triplet: 9B, 5A and 73. RGB value is (155,90,115). Sum of RGB (Red+Green+Blue) = 155+90+115=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A73 is #64A58C. Grayscale: #707070. Windows color (decimal): -6595981 or 7559835. OLE color: 7559835.

HSL color Cylindrical-coordinate representation of color #9B5A73: hue angle of 336.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A73 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 90 115 -
CMYK 0 0.42 0.26 0.39
HSL 336.92º 0.27% 0.48% -
HSV(B) 336.92º 0.42% 0.61% -
XYZ 20.27 15.52 18.15 -
YUV 112.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 155 90 115 0 0.42 0.26 0.39 336.92 0.27 0.48
Hex 9B 5A 73 0 2A 1A 27 151 1B 30
Octal 233 132 163 0 52 32 47 521 33 60
Binary 10011011 1011010 1110011 0 101010 11010 100111 101010001 11011 110000

Color Harmonies of #9B5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A73

Black with #9B5A73

Text Example


Text Example

White with #9B5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,115); }

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

background-color css

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

 a { background-color: rgb(155,90,115); }

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

border-color css

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

 span { border-color: rgb(155,90,115); }

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