Html Css Color HEX #413441 Fuscous Grey

📋 copy color: '#413441'

red 65 ◦ green 52 ◦ blue 65

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

Shades of Fuscous Grey #413441

Tints of Fuscous Grey #413441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413441 (or 0x413441) is known color: Fuscous Grey. HEX triplet: 41, 34 and 41. RGB value is (65,52,65). Sum of RGB (Red+Green+Blue) = 65+52+65=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413441 is #BECBBE. Grayscale: #393939. Windows color (decimal): -12503999 or 4273217. OLE color: 4273217.

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

Color convert

RGB 65 52 65 -
CMYK 0 0.20 0 0.75
HSL 300º 0.11% 0.23% -
HSV(B) 300º 0.2% 0.25% -
XYZ 4.36 3.96 5.54 -
YUV 57.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 65 52 65 0 0.20 0 0.75 300 0.11 0.23
Hex 41 34 41 0 14 0 4B 12C B 17
Octal 101 64 101 0 24 0 113 454 13 27
Binary 1000001 110100 1000001 0 10100 0 1001011 100101100 1011 10111

Color Harmonies of #413441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413441

Black with #413441

Text Example


Text Example

White with #413441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413441; }

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

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

background-color css

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

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

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

border-color css

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

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

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