Html Css Color HEX #90576F Mauve Taupe

📋 copy color: '#90576F'

red 144 ◦ green 87 ◦ blue 111

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

Shades of Mauve Taupe #90576F

Tints of Mauve Taupe #90576F

RGB

 RED value IS 144 (56.64% from 255) = 42.11%

 GREEN value IS 87 (34.38% from 255) = 25.44%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 42.11%
G = 25.44%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90576F (or 0x90576F) is known color: Mauve Taupe. HEX triplet: 90, 57 and 6F. RGB value is (144,87,111). Sum of RGB (Red+Green+Blue) = 144+87+111=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90576F is #6FA890. Grayscale: #6A6A6A. Windows color (decimal): -7317649 or 7296912. OLE color: 7296912.

HSL color Cylindrical-coordinate representation of color #90576F: hue angle of 334.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90576F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 87 111 -
CMYK 0 0.40 0.23 0.44
HSL 334.74º 0.25% 0.45% -
HSV(B) 334.74º 0.4% 0.56% -
XYZ 17.78 13.89 16.78 -
YUV 106.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 144 87 111 0 0.40 0.23 0.44 334.74 0.25 0.45
Hex 90 57 6F 0 28 17 2C 14F 19 2D
Octal 220 127 157 0 50 27 54 517 31 55
Binary 10010000 1010111 1101111 0 101000 10111 101100 101001111 11001 101101

Color Harmonies of #90576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90576F

Black with #90576F

Text Example


Text Example

White with #90576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90576F; }

 p { color: rgb(144,87,111); }

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

background-color css

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

 a { background-color: rgb(144,87,111); }

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

border-color css

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

 span { border-color: rgb(144,87,111); }

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