Html Css Color HEX #9B5673 Mauve Taupe

📋 copy color: '#9B5673'

red 155 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #9B5673

Tints of Mauve Taupe #9B5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

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

R = 43.54%
G = 24.16%
B = 32.3%

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

#9B5673 (or 0x9B5673) is known color: Mauve Taupe. HEX triplet: 9B, 56 and 73. RGB value is (155,86,115). Sum of RGB (Red+Green+Blue) = 155+86+115=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5673 is #64A98C. Grayscale: #6D6D6D. Windows color (decimal): -6597005 or 7558811. OLE color: 7558811.

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

Color convert

RGB 155 86 115 -
CMYK 0 0.45 0.26 0.39
HSL 334.78º 0.29% 0.47% -
HSV(B) 334.78º 0.45% 0.61% -
XYZ 19.94 14.86 18.04 -
YUV 109.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 155 86 115 0 0.45 0.26 0.39 334.78 0.29 0.47
Hex 9B 56 73 0 2D 1A 27 14F 1D 2F
Octal 233 126 163 0 55 32 47 517 35 57
Binary 10011011 1010110 1110011 0 101101 11010 100111 101001111 11101 101111

Color Harmonies of #9B5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5673

Black with #9B5673

Text Example


Text Example

White with #9B5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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