Html Css Color HEX #403140 Fuscous Grey

📋 copy color: '#403140'

red 64 ◦ green 49 ◦ blue 64

#403140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #403140

Tints of Fuscous Grey #403140

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 value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403140 (or 0x403140) is known color: 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

RGB 64 49 64 -
CMYK 0 0.23 0 0.75
HSL 300º 0.13% 0.22% -
HSV(B) 300º 0.23% 0.25% -
XYZ 4.14 3.66 5.34 -
YUV 55.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 64 49 64 0 0.23 0 0.75 300 0.13 0.22
Hex 40 31 40 0 17 0 4B 12C D 16
Octal 100 61 100 0 27 0 113 454 15 26
Binary 1000000 110001 1000000 0 10111 0 1001011 100101100 1101 10110

Color Harmonies of #403140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403140

Black with #403140

Text Example


Text Example

White with #403140

Text Example


Text Example

HTML Codes & Css Web 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>