Html Css Color HEX #9B5A70 Mauve Taupe

📋 copy color: '#9B5A70'

red 155 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #9B5A70

Tints of Mauve Taupe #9B5A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 43.42%
G = 25.21%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B5A70 (or 0x9B5A70) is known color: Mauve Taupe. HEX triplet: 9B, 5A and 70. RGB value is (155,90,112). Sum of RGB (Red+Green+Blue) = 155+90+112=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A70 is #64A58F. Grayscale: #6F6F6F. Windows color (decimal): -6595984 or 7363227. OLE color: 7363227.

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

Color convert

RGB 155 90 112 -
CMYK 0 0.42 0.28 0.39
HSL 339.69º 0.27% 0.48% -
HSV(B) 339.69º 0.42% 0.61% -
XYZ 20.1 15.45 17.25 -
YUV 111.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 155 90 112 0 0.42 0.28 0.39 339.69 0.27 0.48
Hex 9B 5A 70 0 2A 1C 27 154 1B 30
Octal 233 132 160 0 52 34 47 524 33 60
Binary 10011011 1011010 1110000 0 101010 11100 100111 101010100 11011 110000

Color Harmonies of #9B5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A70

Black with #9B5A70

Text Example


Text Example

White with #9B5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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