#403242

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

Shades of Fuscous Grey #403242

Tints of Fuscous Grey #403242

Color information

#403242 (or 0x403242) is unknown color: approx Fuscous Grey. HEX triplet: 40, 32 and 42. RGB value is (64,50,66). Sum of RGB (Red+Green+Blue) = 64+50+66=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #403242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403242 is #BFCDBD. Grayscale: #373737. Windows color (decimal): -12570046 or 4338240. OLE color: 4338240.

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

Color convert

RGB645066-
CMYK0.030.2400.74
HSL292.5º13.79%22.75%-
HSV(B)292.5º24.24%25.88%-
XYZ4.243.765.66-
YUV56.01133.64133.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=35.56%
G=27.78%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6450660.030.2400.74292.513.7922.75
Hex40324231804A124e17
Octal1006210233001124441627
Binary10000001100101000010111100001001010100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403242; }

 p { color: rgb(64,50,66); }

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

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

 a { background-color: rgb(64,50,66); }

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

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

 span { border-color: rgb(64,50,66); }

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