Html Css Color HEX #9B5575 Mauve Taupe

📋 copy color: '#9B5575'

red 155 ◦ green 85 ◦ blue 117

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

Shades of Mauve Taupe #9B5575

Tints of Mauve Taupe #9B5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 43.42%
G = 23.81%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B5575 (or 0x9B5575) is known color: Mauve Taupe. HEX triplet: 9B, 55 and 75. RGB value is (155,85,117). Sum of RGB (Red+Green+Blue) = 155+85+117=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5575 is #64AA8A. Grayscale: #6D6D6D. Windows color (decimal): -6597259 or 7689627. OLE color: 7689627.

HSL color Cylindrical-coordinate representation of color #9B5575: hue angle of 332.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5575 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 117 -
CMYK 0 0.45 0.25 0.39
HSL 332.57º 0.29% 0.47% -
HSV(B) 332.57º 0.45% 0.61% -
XYZ 19.98 14.75 18.62 -
YUV 109.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 155 85 117 0 0.45 0.25 0.39 332.57 0.29 0.47
Hex 9B 55 75 0 2D 19 27 14D 1D 2F
Octal 233 125 165 0 55 31 47 515 35 57
Binary 10011011 1010101 1110101 0 101101 11001 100111 101001101 11101 101111

Color Harmonies of #9B5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5575

Black with #9B5575

Text Example


Text Example

White with #9B5575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,117); }

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

background-color css

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

 a { background-color: rgb(155,85,117); }

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

border-color css

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

 span { border-color: rgb(155,85,117); }

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