#413442

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

Shades of Fuscous Grey #413442

Tints of Fuscous Grey #413442

Color information

#413442 (or 0x413442) is unknown color: approx Fuscous Grey. HEX triplet: 41, 34 and 42. RGB value is (65,52,66). Sum of RGB (Red+Green+Blue) = 65+52+66=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #413442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413442 is #BECBBD. Grayscale: #393939. Windows color (decimal): -12503998 or 4338753. OLE color: 4338753.

HSL color Cylindrical-coordinate representation of color #413442: hue angle of 295.71º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #413442 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB655266-
CMYK0.020.2100.74
HSL295.71º11.86%23.14%-
HSV(B)295.71º21.21%25.88%-
XYZ4.393.975.69-
YUV57.48132.81133.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=35.52%
G=28.42%
B=36.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6552660.020.2100.74295.7111.8623.14
Hex41344221504A128c17
Octal1016410222501124501427
Binary10000011101001000010101010101001010100101000110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413442; }

 p { color: rgb(65,52,66); }

 H1.HeaderClassName
 {
   color: #413442;
 }
 .AnyTagClassName
 {
   color: #413442;
 }
</style>
background-color css

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

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

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

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

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

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