Html Css Color HEX #413144 Fuscous Grey

📋 copy color: '#413144'

red 65 ◦ green 49 ◦ blue 68

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

Shades of Fuscous Grey #413144

Tints of Fuscous Grey #413144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.36%

R = 35.71%
G = 26.92%
B = 37.36%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413144 (or 0x413144) is known color: Fuscous Grey. HEX triplet: 41, 31 and 44. RGB value is (65,49,68). Sum of RGB (Red+Green+Blue) = 65+49+68=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #413144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413144 is #BECEBB. Grayscale: #373737. Windows color (decimal): -12504764 or 4469057. OLE color: 4469057.

HSL color Cylindrical-coordinate representation of color #413144: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #413144 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 49 68 -
CMYK 0.04 0.28 0 0.73
HSL 290.53º 0.16% 0.23% -
HSV(B) 290.53º 0.28% 0.27% -
XYZ 4.32 3.74 5.96 -
YUV 55.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 65 49 68 0.04 0.28 0 0.73 290.53 0.16 0.23
Hex 41 31 44 4 1C 0 49 123 10 17
Octal 101 61 104 4 34 0 111 443 20 27
Binary 1000001 110001 1000100 100 11100 0 1001001 100100011 10000 10111

Color Harmonies of #413144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413144

Black with #413144

Text Example


Text Example

White with #413144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413144; }

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

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

background-color css

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

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

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

border-color css

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

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

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