Html Css Color HEX #995571 Mauve Taupe

📋 copy color: '#995571'

red 153 ◦ green 85 ◦ blue 113

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

Shades of Mauve Taupe #995571

Tints of Mauve Taupe #995571

RGB

 RED value IS 153 (60.16% from 255) = 43.59%

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

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 43.59%
G = 24.22%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#995571 (or 0x995571) is known color: Mauve Taupe. HEX triplet: 99, 55 and 71. RGB value is (153,85,113). Sum of RGB (Red+Green+Blue) = 153+85+113=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #995571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995571 is #66AA8E. Grayscale: #6C6C6C. Windows color (decimal): -6728335 or 7427481. OLE color: 7427481.

HSL color Cylindrical-coordinate representation of color #995571: hue angle of 335.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995571 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 113 -
CMYK 0 0.44 0.26 0.4
HSL 335.29º 0.29% 0.47% -
HSV(B) 335.29º 0.44% 0.6% -
XYZ 19.37 14.46 17.39 -
YUV 108.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 153 85 113 0 0.44 0.26 0.4 335.29 0.29 0.47
Hex 99 55 71 0 2C 1A 28 14F 1D 2F
Octal 231 125 161 0 54 32 50 517 35 57
Binary 10011001 1010101 1110001 0 101100 11010 101000 101001111 11101 101111

Color Harmonies of #995571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995571

Black with #995571

Text Example


Text Example

White with #995571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995571; }

 p { color: rgb(153,85,113); }

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

background-color css

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

 a { background-color: rgb(153,85,113); }

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

border-color css

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

 span { border-color: rgb(153,85,113); }

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