#403140

Color #403140 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #403140

Tints of Fuscous Grey #403140

Color information

#403140 (or 0x403140) is unknown color: approx Fuscous Grey. HEX triplet: 40, 31 and 40. RGB value is (64,49,64). Sum of RGB (Red+Green+Blue) = 64+49+64=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403140 is #BFCEBF. Grayscale: #373737. Windows color (decimal): -12570304 or 4206912. OLE color: 4206912.

HSL color Cylindrical-coordinate representation of color #403140: hue angle of 300º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403140 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB644964-
CMYK00.2300.75
HSL300º13.27%22.16%-
HSV(B)300º23.44%25.1%-
XYZ4.143.665.34-
YUV55.2132.97134.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=36.16%
G=27.68%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64496400.2300.7530013.2722.16
Hex40314001704B12cd16
Octal1006110002701134541526
Binary1000000110001100000001011101001011100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403140; }

 p { color: rgb(64,49,64); }

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

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

 a { background-color: rgb(64,49,64); }

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

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

 span { border-color: rgb(64,49,64); }

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