Html Css Color HEX #413241 Fuscous Grey

📋 copy color: '#413241'

red 65 ◦ green 50 ◦ blue 65

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

Shades of Fuscous Grey #413241

Tints of Fuscous Grey #413241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

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

R = 36.11%
G = 27.78%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413241 (or 0x413241) is known color: Fuscous Grey. HEX triplet: 41, 32 and 41. RGB value is (65,50,65). Sum of RGB (Red+Green+Blue) = 65+50+65=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413241 is #BECDBE. Grayscale: #383838. Windows color (decimal): -12504511 or 4272705. OLE color: 4272705.

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

Color convert

RGB 65 50 65 -
CMYK 0 0.23 0 0.75
HSL 300º 0.13% 0.23% -
HSV(B) 300º 0.23% 0.25% -
XYZ 4.27 3.79 5.51 -
YUV 56.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 65 50 65 0 0.23 0 0.75 300 0.13 0.23
Hex 41 32 41 0 17 0 4B 12C D 17
Octal 101 62 101 0 27 0 113 454 15 27
Binary 1000001 110010 1000001 0 10111 0 1001011 100101100 1101 10111

Color Harmonies of #413241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413241

Black with #413241

Text Example


Text Example

White with #413241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413241; }

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

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

background-color css

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

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

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

border-color css

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

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

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