Html Css Color HEX #9B5573 Mauve Taupe

📋 copy color: '#9B5573'

red 155 ◦ green 85 ◦ blue 115

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

Shades of Mauve Taupe #9B5573

Tints of Mauve Taupe #9B5573

RGB

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

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

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

R = 43.66%
G = 23.94%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B5573 (or 0x9B5573) is known color: Mauve Taupe. HEX triplet: 9B, 55 and 73. RGB value is (155,85,115). Sum of RGB (Red+Green+Blue) = 155+85+115=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5573 is #64AA8C. Grayscale: #6D6D6D. Windows color (decimal): -6597261 or 7558555. OLE color: 7558555.

HSL color Cylindrical-coordinate representation of color #9B5573: hue angle of 334.29º 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 #9B5573 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 115 -
CMYK 0 0.45 0.26 0.39
HSL 334.29º 0.29% 0.47% -
HSV(B) 334.29º 0.45% 0.61% -
XYZ 19.86 14.7 18.01 -
YUV 109.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 155 85 115 0 0.45 0.26 0.39 334.29 0.29 0.47
Hex 9B 55 73 0 2D 1A 27 14E 1D 2F
Octal 233 125 163 0 55 32 47 516 35 57
Binary 10011011 1010101 1110011 0 101101 11010 100111 101001110 11101 101111

Color Harmonies of #9B5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5573

Black with #9B5573

Text Example


Text Example

White with #9B5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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