Html Css Color HEX #403641 Fuscous Grey

📋 copy color: '#403641'

red 64 ◦ green 54 ◦ blue 65

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

Shades of Fuscous Grey #403641

Tints of Fuscous Grey #403641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 34.97%
G = 29.51%
B = 35.52%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403641 (or 0x403641) is known color: Fuscous Grey. HEX triplet: 40, 36 and 41. RGB value is (64,54,65). Sum of RGB (Red+Green+Blue) = 64+54+65=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: blue. Hex color #403641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403641 is #BFC9BE. Grayscale: #3A3A3A. Windows color (decimal): -12569023 or 4273728. OLE color: 4273728.

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

Color convert

RGB 64 54 65 -
CMYK 0.02 0.17 0 0.75
HSL 294.55º 0.09% 0.23% -
HSV(B) 294.55º 0.17% 0.25% -
XYZ 4.39 4.11 5.56 -
YUV 58.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 64 54 65 0.02 0.17 0 0.75 294.55 0.09 0.23
Hex 40 36 41 2 11 0 4B 127 9 17
Octal 100 66 101 2 21 0 113 447 11 27
Binary 1000000 110110 1000001 10 10001 0 1001011 100100111 1001 10111

Color Harmonies of #403641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403641

Black with #403641

Text Example


Text Example

White with #403641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403641; }

 p { color: rgb(64,54,65); }

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

background-color css

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

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

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

border-color css

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

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

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