#905872

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

Shades of Mauve Taupe #905872

Tints of Mauve Taupe #905872

Color information

#905872 (or 0x905872) is unknown color: approx Mauve Taupe. HEX triplet: 90, 58 and 72. RGB value is (144,88,114). Sum of RGB (Red+Green+Blue) = 144+88+114=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905872 is #6FA78D. Grayscale: #6B6B6B. Windows color (decimal): -7317390 or 7493776. OLE color: 7493776.

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

Color convert

RGB14488114-
CMYK00.390.210.44
HSL332.14º24.14%45.49%-
HSV(B)332.14º38.89%56.47%-
XYZ18.0314.1217.7-
YUV107.71131.55153.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=41.62%
G=25.43%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448811400.390.210.44332.1424.1445.49
Hex905872027152C14c182d
Octal22013016204725545143055
Binary100100001011000111001001001111010110110010100110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905872; }

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

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

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

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

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

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

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

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