#403541

Color #403541 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #403541

Tints of Fuscous Grey #403541

Color information

#403541 (or 0x403541) is unknown color: approx 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

RGB645365-
CMYK0.020.1800.75
HSL295º10.17%23.14%-
HSV(B)295º18.46%25.49%-
XYZ4.344.025.55-
YUV57.66132.14132.52-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453650.020.1800.7529510.1723.14
Hex40354121204B127a17
Octal1006510122201134471227
Binary10000001101011000001101001001001011100100111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>