#413144

Color #413144 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #413144

Tints of Fuscous Grey #413144

Color information

#413144 (or 0x413144) is unknown color: approx 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

RGB654968-
CMYK0.040.2800.73
HSL290.53º16.24%22.94%-
HSV(B)290.53º27.94%26.67%-
XYZ4.323.745.96-
YUV55.95134.8134.46-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6549680.040.2800.73290.5316.2422.94
Hex41314441C0491231017
Octal1016110443401114432027
Binary1000001110001100010010011100010010011001000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>