Html Css Color HEX #403A40 Fuscous Grey

📋 copy color: '#403A40'

red 64 ◦ green 58 ◦ blue 64

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

Shades of Fuscous Grey #403A40

Tints of Fuscous Grey #403A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.18%

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

R = 34.41%
G = 31.18%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403A40 (or 0x403A40) is known color: Fuscous Grey. HEX triplet: 40, 3A and 40. RGB value is (64,58,64). Sum of RGB (Red+Green+Blue) = 64+58+64=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A40 is #BFC5BF. Grayscale: #3C3C3C. Windows color (decimal): -12568000 or 4209216. OLE color: 4209216.

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

Color convert

RGB 64 58 64 -
CMYK 0 0.09 0 0.75
HSL 300º 0.05% 0.24% -
HSV(B) 300º 0.09% 0.25% -
XYZ 4.55 4.49 5.48 -
YUV 60.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 64 58 64 0 0.09 0 0.75 300 0.05 0.24
Hex 40 3A 40 0 9 0 4B 12C 5 18
Octal 100 72 100 0 11 0 113 454 5 30
Binary 1000000 111010 1000000 0 1001 0 1001011 100101100 101 11000

Color Harmonies of #403A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A40

Black with #403A40

Text Example


Text Example

White with #403A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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