Html Css Color HEX #403541 Fuscous Grey

📋 copy color: '#403541'

red 64 ◦ green 53 ◦ blue 65

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

Shades of Fuscous Grey #403541

Tints of Fuscous Grey #403541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

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

R = 35.16%
G = 29.12%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403541 (or 0x403541) is known color: Fuscous Grey. HEX triplet: 40, 35 and 41. RGB value is (64,53,65). Sum of RGB (Red+Green+Blue) = 64+53+65=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: blue. Hex color #403541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403541 is #BFCABE. Grayscale: #393939. Windows color (decimal): -12569279 or 4273472. OLE color: 4273472.

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

Color convert

RGB 64 53 65 -
CMYK 0.02 0.18 0 0.75
HSL 295º 0.1% 0.23% -
HSV(B) 295º 0.18% 0.25% -
XYZ 4.34 4.02 5.55 -
YUV 57.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 64 53 65 0.02 0.18 0 0.75 295 0.1 0.23
Hex 40 35 41 2 12 0 4B 127 A 17
Octal 100 65 101 2 22 0 113 447 12 27
Binary 1000000 110101 1000001 10 10010 0 1001011 100100111 1010 10111

Color Harmonies of #403541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403541

Black with #403541

Text Example


Text Example

White with #403541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403541; }

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

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

background-color css

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

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

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

border-color css

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

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

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