Html Css Color HEX #403440 Fuscous Grey

📋 copy color: '#403440'

red 64 ◦ green 52 ◦ blue 64

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

Shades of Fuscous Grey #403440

Tints of Fuscous Grey #403440

RGB

 RED value IS 64 (25.39% from 255) = 35.56%

 GREEN value IS 52 (20.7% from 255) = 28.89%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 35.56%
G = 28.89%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403440 (or 0x403440) is known color: Fuscous Grey. HEX triplet: 40, 34 and 40. RGB value is (64,52,64). Sum of RGB (Red+Green+Blue) = 64+52+64=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403440 is #BFCBBF. Grayscale: #383838. Windows color (decimal): -12569536 or 4207680. OLE color: 4207680.

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

Color convert

RGB 64 52 64 -
CMYK 0 0.19 0 0.75
HSL 300º 0.1% 0.23% -
HSV(B) 300º 0.19% 0.25% -
XYZ 4.27 3.92 5.38 -
YUV 56.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 64 52 64 0 0.19 0 0.75 300 0.1 0.23
Hex 40 34 40 0 13 0 4B 12C A 17
Octal 100 64 100 0 23 0 113 454 12 27
Binary 1000000 110100 1000000 0 10011 0 1001011 100101100 1010 10111

Color Harmonies of #403440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403440

Black with #403440

Text Example


Text Example

White with #403440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403440; }

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

 H1.HeaderClassName
 {
   color: #403440;
 }
 .AnyTagClassName
 {
   color: #403440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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