Html Css Color HEX #413641 Fuscous Grey

📋 copy color: '#413641'

red 65 ◦ green 54 ◦ blue 65

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

Shades of Fuscous Grey #413641

Tints of Fuscous Grey #413641

RGB

 RED value IS 65 (25.78% from 255) = 35.33%

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

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

R = 35.33%
G = 29.35%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413641 (or 0x413641) is known color: Fuscous Grey. HEX triplet: 41, 36 and 41. RGB value is (65,54,65). Sum of RGB (Red+Green+Blue) = 65+54+65=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413641 is #BEC9BE. Grayscale: #3A3A3A. Windows color (decimal): -12503487 or 4273729. OLE color: 4273729.

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

Color convert

RGB 65 54 65 -
CMYK 0 0.17 0 0.75
HSL 300º 0.09% 0.23% -
HSV(B) 300º 0.17% 0.25% -
XYZ 4.45 4.14 5.57 -
YUV 58.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 65 54 65 0 0.17 0 0.75 300 0.09 0.23
Hex 41 36 41 0 11 0 4B 12C 9 17
Octal 101 66 101 0 21 0 113 454 11 27
Binary 1000001 110110 1000001 0 10001 0 1001011 100101100 1001 10111

Color Harmonies of #413641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413641

Black with #413641

Text Example


Text Example

White with #413641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413641; }

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

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

background-color css

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

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

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

border-color css

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

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

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