Html Css Color HEX #413540 Fuscous Grey

📋 copy color: '#413540'

red 65 ◦ green 53 ◦ blue 64

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

Shades of Fuscous Grey #413540

Tints of Fuscous Grey #413540

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 value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#413540 (or 0x413540) is known color: 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

RGB 65 53 64 -
CMYK 0 0.18 0.02 0.75
HSL 305º 0.1% 0.23% -
HSV(B) 305º 0.18% 0.25% -
XYZ 4.38 4.04 5.4 -
YUV 57.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 65 53 64 0 0.18 0.02 0.75 305 0.1 0.23
Hex 41 35 40 0 12 2 4B 131 A 17
Octal 101 65 100 0 22 2 113 461 12 27
Binary 1000001 110101 1000000 0 10010 10 1001011 100110001 1010 10111

Color Harmonies of #413540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413540

Black with #413540

Text Example


Text Example

White with #413540

Text Example


Text Example

HTML Codes & Css Web 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>