#925870

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

Shades of Mauve Taupe #925870

Tints of Mauve Taupe #925870

Color information

#925870 (or 0x925870) is unknown color: approx Mauve Taupe. HEX triplet: 92, 58 and 70. RGB value is (146,88,112). Sum of RGB (Red+Green+Blue) = 146+88+112=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925870 is #6DA78F. Grayscale: #6C6C6C. Windows color (decimal): -7186320 or 7362706. OLE color: 7362706.

HSL color Cylindrical-coordinate representation of color #925870: hue angle of 335.17º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925870 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14688112-
CMYK00.400.230.43
HSL335.17º24.79%45.88%-
HSV(B)335.17º39.73%57.25%-
XYZ18.2714.2617.12-
YUV108.08130.22155.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=42.20%
G=25.43%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468811200.400.230.43335.1724.7945.88
Hex925870028172B14f192e
Octal22213016005027535173156
Binary100100101011000111000001010001011110101110100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925870; }

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

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

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

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

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

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

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

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