Html Css Color HEX #403240 Fuscous Grey

📋 copy color: '#403240'

red 64 ◦ green 50 ◦ blue 64

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

Shades of Fuscous Grey #403240

Tints of Fuscous Grey #403240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

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

R = 35.96%
G = 28.09%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403240 (or 0x403240) is known color: Fuscous Grey. HEX triplet: 40, 32 and 40. RGB value is (64,50,64). Sum of RGB (Red+Green+Blue) = 64+50+64=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403240 is #BFCDBF. Grayscale: #373737. Windows color (decimal): -12570048 or 4207168. OLE color: 4207168.

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

Color convert

RGB 64 50 64 -
CMYK 0 0.22 0 0.75
HSL 300º 0.12% 0.22% -
HSV(B) 300º 0.22% 0.25% -
XYZ 4.18 3.74 5.35 -
YUV 55.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 64 50 64 0 0.22 0 0.75 300 0.12 0.22
Hex 40 32 40 0 16 0 4B 12C C 16
Octal 100 62 100 0 26 0 113 454 14 26
Binary 1000000 110010 1000000 0 10110 0 1001011 100101100 1100 10110

Color Harmonies of #403240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403240

Black with #403240

Text Example


Text Example

White with #403240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403240; }

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

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

background-color css

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

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

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

border-color css

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

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

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