#905572

Color #905572 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #905572

Tints of Mauve Taupe #905572

Color information

#905572 (or 0x905572) is unknown color: approx Mauve Taupe. HEX triplet: 90, 55 and 72. RGB value is (144,85,114). Sum of RGB (Red+Green+Blue) = 144+85+114=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #905572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905572 is #6FAA8D. Grayscale: #696969. Windows color (decimal): -7318158 or 7493008. OLE color: 7493008.

HSL color Cylindrical-coordinate representation of color #905572: hue angle of 330.51º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #905572 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB14485114-
CMYK00.410.210.44
HSL330.51º25.76%44.9%-
HSV(B)330.51º40.97%56.47%-
XYZ17.7913.6417.62-
YUV105.95132.55155.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=41.98%
G=24.78%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448511400.410.210.44330.5125.7644.9
Hex905572029152C14b1a2d
Octal22012516205125545133255
Binary100100001010101111001001010011010110110010100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905572; }

 p { color: rgb(144,85,114); }

 H1.HeaderClassName
 {
   color: #905572;
 }
 .AnyTagClassName
 {
   color: #905572;
 }
</style>
background-color css

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

 a { background-color: rgb(144,85,114); }

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

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

 span { border-color: rgb(144,85,114); }

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