Html Css Color HEX #413541 Fuscous Grey

📋 copy color: '#413541'

red 65 ◦ green 53 ◦ blue 65

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

Shades of Fuscous Grey #413541

Tints of Fuscous Grey #413541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 35.52%
G = 28.96%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413541 (or 0x413541) is known color: Fuscous Grey. HEX triplet: 41, 35 and 41. RGB value is (65,53,65). Sum of RGB (Red+Green+Blue) = 65+53+65=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413541 is #BECABE. Grayscale: #393939. Windows color (decimal): -12503743 or 4273473. OLE color: 4273473.

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

Color convert

RGB 65 53 65 -
CMYK 0 0.18 0 0.75
HSL 300º 0.1% 0.23% -
HSV(B) 300º 0.18% 0.25% -
XYZ 4.41 4.05 5.55 -
YUV 57.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 65 53 65 0 0.18 0 0.75 300 0.1 0.23
Hex 41 35 41 0 12 0 4B 12C A 17
Octal 101 65 101 0 22 0 113 454 12 27
Binary 1000001 110101 1000001 0 10010 0 1001011 100101100 1010 10111

Color Harmonies of #413541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413541

Black with #413541

Text Example


Text Example

White with #413541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413541; }

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

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

background-color css

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

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

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

border-color css

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

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

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