#403243

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

Shades of Fuscous Grey #403243

Tints of Fuscous Grey #403243

Color information

#403243 (or 0x403243) is unknown color: approx Fuscous Grey. HEX triplet: 40, 32 and 43. RGB value is (64,50,67). Sum of RGB (Red+Green+Blue) = 64+50+67=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #403243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403243 is #BFCDBC. Grayscale: #383838. Windows color (decimal): -12570045 or 4403776. OLE color: 4403776.

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

Color convert

RGB645067-
CMYK0.040.2500.74
HSL289.41º14.53%22.94%-
HSV(B)289.41º25.37%26.27%-
XYZ4.273.785.81-
YUV56.12134.14133.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=35.36%
G=27.62%
B=37.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6450670.040.2500.74289.4114.5322.94
Hex40324341904A121f17
Octal1006210343101124411727
Binary100000011001010000111001100101001010100100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403243; }

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

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

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

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

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

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

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

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