Html Css Color HEX #413041 Fuscous Grey

📋 copy color: '#413041'

red 65 ◦ green 48 ◦ blue 65

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

Shades of Fuscous Grey #413041

Tints of Fuscous Grey #413041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 36.52%
G = 26.97%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413041 (or 0x413041) is known color: Fuscous Grey. HEX triplet: 41, 30 and 41. RGB value is (65,48,65). Sum of RGB (Red+Green+Blue) = 65+48+65=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413041 is #BECFBE. Grayscale: #363636. Windows color (decimal): -12505023 or 4272193. OLE color: 4272193.

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

Color convert

RGB 65 48 65 -
CMYK 0 0.26 0 0.75
HSL 300º 0.15% 0.22% -
HSV(B) 300º 0.26% 0.25% -
XYZ 4.19 3.62 5.48 -
YUV 55.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 65 48 65 0 0.26 0 0.75 300 0.15 0.22
Hex 41 30 41 0 1A 0 4B 12C F 16
Octal 101 60 101 0 32 0 113 454 17 26
Binary 1000001 110000 1000001 0 11010 0 1001011 100101100 1111 10110

Color Harmonies of #413041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413041

Black with #413041

Text Example


Text Example

White with #413041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413041; }

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

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

background-color css

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

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

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

border-color css

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

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

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