#413540

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

Shades of Fuscous Grey #413540

Tints of Fuscous Grey #413540

Color information

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

HSL color Cylindrical-coordinate representation of color #413540: hue angle of 305º 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 #413540 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB655364-
CMYK00.180.020.75
HSL305º10.17%23.14%-
HSV(B)305º18.46%25.49%-
XYZ4.384.045.4-
YUV57.84131.48133.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=35.71%
G=29.12%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65536400.180.020.7530510.1723.14
Hex41354001224B131a17
Octal1016510002221134611227
Binary10000011101011000000010010101001011100110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413540; }

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

 H1.HeaderClassName
 {
   color: #413540;
 }
 .AnyTagClassName
 {
   color: #413540;
 }
</style>
background-color css

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

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

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

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

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

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