#905870

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

Shades of Mauve Taupe #905870

Tints of Mauve Taupe #905870

Color information

#905870 (or 0x905870) is unknown color: approx Mauve Taupe. HEX triplet: 90, 58 and 70. RGB value is (144,88,112). Sum of RGB (Red+Green+Blue) = 144+88+112=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905870 is #6FA78F. Grayscale: #6B6B6B. Windows color (decimal): -7317392 or 7362704. OLE color: 7362704.

HSL color Cylindrical-coordinate representation of color #905870: hue angle of 334.29º 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 #905870 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14488112-
CMYK00.390.220.44
HSL334.29º24.14%45.49%-
HSV(B)334.29º38.89%56.47%-
XYZ17.9214.0817.1-
YUV107.48130.55154.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=41.86%
G=25.58%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448811200.390.220.44334.2924.1445.49
Hex905870027162C14e182d
Octal22013016004726545163055
Binary100100001011000111000001001111011010110010100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905870; }

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

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

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

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

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

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

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

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