Html Css Color HEX #413140 Fuscous Grey

📋 copy color: '#413140'

red 65 ◦ green 49 ◦ blue 64

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

Shades of Fuscous Grey #413140

Tints of Fuscous Grey #413140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.53%

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 36.52%
G = 27.53%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#413140 (or 0x413140) is known color: Fuscous Grey. HEX triplet: 41, 31 and 40. RGB value is (65,49,64). Sum of RGB (Red+Green+Blue) = 65+49+64=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413140 is #BECEBF. Grayscale: #373737. Windows color (decimal): -12504768 or 4206913. OLE color: 4206913.

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

Color convert

RGB 65 49 64 -
CMYK 0 0.25 0.02 0.75
HSL 303.75º 0.14% 0.22% -
HSV(B) 303.75º 0.25% 0.25% -
XYZ 4.2 3.69 5.34 -
YUV 55.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 65 49 64 0 0.25 0.02 0.75 303.75 0.14 0.22
Hex 41 31 40 0 19 2 4B 130 E 16
Octal 101 61 100 0 31 2 113 460 16 26
Binary 1000001 110001 1000000 0 11001 10 1001011 100110000 1110 10110

Color Harmonies of #413140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413140

Black with #413140

Text Example


Text Example

White with #413140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413140; }

 p { color: rgb(65,49,64); }

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

background-color css

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

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

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

border-color css

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

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

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